]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
compilation fixes after applying DECLARE_NO_COPY_CLASS() patch
[wxWidgets.git] / src / html / helpfrm.cpp
index 31eab70e8cd5b7c135fa0b2904325193cc8364d3..43d9494eec2f2e836d3f5912c9924e2994ae3a71 100644 (file)
@@ -113,6 +113,8 @@ class wxHtmlHelpHtmlWindow : public wxHtmlWindow
 
     private:
         wxHtmlHelpFrame *m_Frame;
+
+    DECLARE_NO_COPY_CLASS(wxHtmlHelpHtmlWindow)
 };
 
 
@@ -1026,6 +1028,7 @@ Normal face<br>(and <u>underlined</u>. <i>Italic face.</i> \
     }
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxHtmlHelpFrameOptionsDialog)
 };
 
 BEGIN_EVENT_TABLE(wxHtmlHelpFrameOptionsDialog, wxDialog)