]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
this one should really work
[wxWidgets.git] / include / wx / dialog.h
index 9eee12da29ea6843403c2b8e230a3b008e6e49a5..36bcb643db7cb51d75d918faffc07e4aa94d74ba 100644 (file)
@@ -224,7 +224,7 @@ private:
     void OnSysColourChanged(wxSysColourChangedEvent& event);
 
 
-    DECLARE_NO_COPY_CLASS(wxDialogBase)
+    wxDECLARE_NO_COPY_CLASS(wxDialogBase);
     DECLARE_EVENT_TABLE()
 };
 
@@ -314,7 +314,7 @@ public:
     #elif defined(__WXGTK__)
         #include "wx/gtk1/dialog.h"
     #elif defined(__WXMAC__)
-        #include "wx/mac/dialog.h"
+        #include "wx/osx/dialog.h"
     #elif defined(__WXCOCOA__)
         #include "wx/cocoa/dialog.h"
     #elif defined(__WXPM__)