]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/checklst.cpp
OnExit() is called for modules which were initialized even if the init of
[wxWidgets.git] / src / motif / checklst.cpp
index 00a567632f7d6dd12fa0df3c6ef77089551f1041..f880ecaf45fbbe9e8cf25d9f897fad0dc9ef84d6 100644 (file)
@@ -24,7 +24,7 @@
 // ============================================================================
 
 #if !USE_SHARED_LIBRARY
-  IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
+IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
 #endif
 
 // ----------------------------------------------------------------------------
@@ -50,7 +50,7 @@ wxCheckListBox::wxCheckListBox(wxWindow *parent, wxWindowID id,
                                int nStrings, const wxString choices[],
                                long style, const wxValidator& val,
                                const wxString& name)
-              : wxListBox()
+                               : wxListBox()
 {
     // TODO: you'll probably need a separate Create instead of using
     // the wxListBox one as here.