]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/msgdlg.h
Test using wxString::ToCDouble() in wxAny.
[wxWidgets.git] / include / wx / gtk1 / msgdlg.h
index 90a80811b56688ed310d23a49cfd25dfe8a28288..30734fd6b7347c1db0783f1f06374d035e7d8f29 100644 (file)
@@ -18,7 +18,7 @@
 // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
 // Returns wxYES/NO/OK/CANCEL
 
-WXDLLIMPEXP_DATA_CORE(extern const wxChar) wxMessageBoxCaptionStr[];
+extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxMessageBoxCaptionStr[];
 
 class WXDLLIMPEXP_CORE wxMessageDialog: public wxDialog, public wxMessageDialogBase
 {
@@ -30,7 +30,7 @@ public:
     virtual ~wxMessageDialog();
 
     int ShowModal();
-    virtual bool Show( bool WXUNUSED(show) = true ) { return false; };
+    virtual bool Show( bool WXUNUSED(show) = true ) { return false; }
 
 protected:
     // implement some base class methods to do nothing to avoid asserts and