]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dialog.h
Updated brush/pen implementation for OS/2 to current implementation style.
[wxWidgets.git] / include / wx / motif / dialog.h
index de593658021b9d5188afd608f5fa57d31328a6f7..1e6821d5c10cea892c4162b1a631f10bffcebf58 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_DIALOG_H_
 #define _WX_DIALOG_H_
 
-class WXDLLEXPORT wxEventLoop;
+class WXDLLIMPEXP_FWD_CORE wxEventLoop;
 
 // Dialog boxes
 class WXDLLEXPORT wxDialog : public wxDialogBase
@@ -37,7 +37,7 @@ public:
         long style = wxDEFAULT_DIALOG_STYLE,
         const wxString& name = wxDialogNameStr);
 
-    ~wxDialog();
+    virtual ~wxDialog();
 
     virtual bool Destroy();