]> 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 b696182d302de8c1ef4b0dca715bb11518f324f6..578c2c782d9269c7a19bba9c46b5e19a52e74a8a 100644 (file)
@@ -32,8 +32,8 @@
 #include "wx/html/helpwnd.h"
 #include "wx/html/htmprint.h"
 
-class WXDLLIMPEXP_HTML wxHtmlHelpController;
-class WXDLLIMPEXP_HTML wxHtmlHelpWindow;
+class WXDLLIMPEXP_FWD_HTML wxHtmlHelpController;
+class WXDLLIMPEXP_FWD_HTML wxHtmlHelpWindow;
 
 class WXDLLIMPEXP_HTML wxHtmlHelpDialog : public wxDialog
 {
@@ -81,7 +81,7 @@ protected:
     wxHtmlHelpController* m_helpController;
 
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxHtmlHelpDialog)
+    wxDECLARE_NO_COPY_CLASS(wxHtmlHelpDialog);
 };
 
 #endif