]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/msgdlg.h
Small speed up to fonts and support for scaling.
[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)
 };