]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/notebook.cpp
Removed unused and outdated Watcom build files.
[wxWidgets.git] / src / gtk / notebook.cpp
index d9ea1aa400a9a5fe5668eeece5901beca137c58c..55d9558f67affc01239497ef7ec6daaf28a59bf0 100644 (file)
@@ -748,7 +748,7 @@ int wxNotebook::HitTest(const wxPoint& pt, long *flags) const
     size_t i = 0;
 
     GtkNotebook * notebook = GTK_NOTEBOOK(m_widget);
-    if (gtk_notebook_get_scrollable(notebook));
+    if (gtk_notebook_get_scrollable(notebook))
         i = g_list_position( notebook->children, notebook->first_tab );
 
     for ( ; i < count; i++ )