]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/choice.cpp
Mac compilation fix after const patch
[wxWidgets.git] / src / mac / classic / choice.cpp
index f08d6b8a0dce664dc508ea63b6d17318aa38cbca..f3d6144b6799b4674a6b70e4978e60a570b0407d 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "choice.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_CHOICE
@@ -21,9 +17,7 @@
 #include "wx/menu.h"
 #include "wx/mac/uma.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControl)
-#endif
 
 extern MenuHandle NewUniqueMenu() ;