]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
moved Write(const wxString&) to .cpp files as they're going to be changed again soon...
[wxWidgets.git] / src / gtk / combobox.cpp
index 8dc1c7a820ba7f6dbf1e5204e131c404cff08bfc..d4c88afb037a5c1a93f446c28c0a800971f23347 100644 (file)
@@ -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