]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/checklst.cpp
cleanup - more reformatting; fixed bug introduced in prior commit
[wxWidgets.git] / src / gtk / checklst.cpp
index 45bc4adc20454d44f51cd6d5e21c1fe17ab231da..ba70c07e7f0af791fbde0118f989a11e3f1c9f31 100644 (file)
@@ -7,10 +7,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "checklst.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -38,7 +34,7 @@ wxCheckListBox::wxCheckListBox() : wxListBox()
 wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id,
                                const wxPoint& pos,
                                const wxSize& size,
-                               int nStrings, 
+                               int nStrings,
                                const wxString *choices,
                                long style,
                                const wxValidator& validator,