]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/combobox.cpp
Return the correct encoding for X font spec construction
[wxWidgets.git] / src / mac / classic / combobox.cpp
index 8562e17e72626ddd238c67a3fa3d1ba43a97c5c3..1a52315844545453c6a1a1ff3039ec21d5e960e4 100644 (file)
@@ -18,9 +18,7 @@
 #include "wx/menu.h"
 #include "wx/mac/uma.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
-#endif
 
 // composite combobox implementation by Dan "Bud" Keith bud@otsys.com