]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/checklst.cpp
removed unnecessarily overridden wxControl method
[wxWidgets.git] / src / motif / checklst.cpp
index 7da541fa9a3126cf0a97fe7b6fafce535772240a..740a1ad14b43eaa3a014f8451c319b0f3ccfc44c 100644 (file)
 #pragma implementation "checklst.h"
 #endif
 
+#include "wx/defs.h"
+
 #include "wx/checklst.h"
 
 // ============================================================================
 // implementation
 // ============================================================================
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)
-#endif
 
 // ----------------------------------------------------------------------------
 // implementation of wxCheckListBox class