]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/msgdlg.h
replaced untyped hash with a typed one; 64 bit fixes (don't cast pointers to long...)
[wxWidgets.git] / include / wx / msw / msgdlg.h
index eeccdf6c91b02fff763aff7a4f79fb27fe47cf28..52720f12962c7c5095b9115a51f96ca6e6428a79 100644 (file)
@@ -38,6 +38,8 @@ public:
         long style = wxOK|wxCENTRE, const wxPoint& pos = wxDefaultPosition);
 
     int ShowModal(void);
+
+    DECLARE_NO_COPY_CLASS(wxMessageDialog)
 };