]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/msgdlg.cpp
Added some casts in hopes of fixing HP compilation problem
[wxWidgets.git] / src / stubs / msgdlg.cpp
index aeaa9bac7ab149bfaf2aa5432038d9bfa9c563d8..11831c3c34bb2c986113e7bf36cd104305343afa 100644 (file)
@@ -15,9 +15,7 @@
 
 #include "wx/stubs/msgdlg.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_CLASS(wxMessageDialog, wxDialog)
-#endif
 
 wxMessageDialog::wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption,
         long style, const wxPoint& pos)