/*-*- c++ -*-********************************************************
- * exthlp.h - an external help controller for wxWindows *
+ * helpext.h - an external help controller for wxWindows *
* *
* (C) 1998 by Karsten Ballüder (Ballueder@usa.net) *
* *
* $Id$
*******************************************************************/
-#ifndef WXXHELP_H
-#define WXXHELP_H
+
+#ifndef __WX_HELPEXT_H_
+#define __WX_HELPEXT_H_
#if wxUSE_HELP
Lines starting with ';' will be ignored.
*/
-class wxExtHelpController : public wxHTMLHelpControllerBase
+class WXDLLEXPORT wxExtHelpController : public wxHTMLHelpControllerBase
{
DECLARE_CLASS(wxExtHelpController)
public:
/// Is the viewer a variant of netscape?
bool m_BrowserIsNetscape;
/// Call the browser using a relative URL.
- bool DisplayHelp(wxString const &);
+ virtual bool DisplayHelp(wxString const &);
};
-#endif
-#endif
+#endif // wxUSE_HELP
+
+#endif // __WX_HELPEXT_H_