X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86b65467096ed1cd7c8b914bc64db6680fddafc9..b1c673942db6ff8ed5459b96b0b5307391bc36db:/src/gtk/combobox.cpp diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index 8dc1c7a820..d4c88afb03 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -349,7 +349,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value, g_signal_connect_after (m_widget, "changed", G_CALLBACK (gtkcombobox_changed_callback), this); - + } else #endif