]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/dialog.h
wxLog::Get/Settimestamp() now use wxString
[wxWidgets.git] / include / wx / univ / dialog.h
index 0892d2f95007adcaea4a1bd0aa997029c7d285c6..8a006580667fa291f257421f7788ad06188f739a 100644 (file)
 #ifndef _WX_UNIV_DIALOG_H_
 #define _WX_UNIV_DIALOG_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "univdialog.h"
-#endif
-
-WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxDialogNameStr[];
 class WXDLLEXPORT wxWindowDisabler;
 class WXDLLEXPORT wxEventLoop;
 
@@ -58,7 +54,7 @@ public:
     // returns true if we're in a modal loop
     bool IsModalShowing() const;
 
-    bool Show(bool show = true);
+    virtual bool Show(bool show = true);
 
     // implementation only from now on
     // -------------------------------