]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpdlg.h
fix loading ICO from socket stream: override OnSysTell and OnSysSeek rather than...
[wxWidgets.git] / include / wx / html / helpdlg.h
index bca72de3ce6c77ca22426fa5b02600f421228185..578c2c782d9269c7a19bba9c46b5e19a52e74a8a 100644 (file)
@@ -81,7 +81,7 @@ protected:
     wxHtmlHelpController* m_helpController;
 
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxHtmlHelpDialog)
+    wxDECLARE_NO_COPY_CLASS(wxHtmlHelpDialog);
 };
 
 #endif