]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/menuitem.cpp
Replaced tabs and cleaned up indentations.
[wxWidgets.git] / src / stubs / menuitem.cpp
index bd2f876a38bb6c9b3251b36c871d08e9f50ab897..4827ada32248f94519a3faa0e79b6ef5b723f1f6 100644 (file)
@@ -24,9 +24,7 @@
 // dynamic classes implementation
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARY
   IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxObject)
-#endif  //USE_SHARED_LIBRARY
 
 // ----------------------------------------------------------------------------
 // wxMenuItem
@@ -93,4 +91,3 @@ void wxMenuItem::Check(bool bDoCheck)
     // TODO
     m_bChecked = bDoCheck;
   }
-}
\ No newline at end of file