]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpext.h
wxMac: wxUniversal integration steps
[wxWidgets.git] / include / wx / generic / helpext.h
index d0b9cdda3b4288ad10c2fc5a5a362099ffcec069..8cdedc4d8970f186f643a539c2bf5f45fcaa4964 100644 (file)
@@ -1,12 +1,13 @@
 /*-*- 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
 
@@ -46,7 +47,7 @@
    Lines starting with ';' will be ignored.
 */
 
-class wxExtHelpController : public wxHTMLHelpControllerBase
+class WXDLLEXPORT wxExtHelpController : public wxHTMLHelpControllerBase
 {      
 DECLARE_CLASS(wxExtHelpController)
    public:
@@ -73,8 +74,9 @@ DECLARE_CLASS(wxExtHelpController)
    /// Is the viewer a variant of netscape?
    bool             m_BrowserIsNetscape;
    /// Call the browser using a relative URL.
-   bool DisplayHelp(wxString const &);
+   virtual bool DisplayHelp(const wxString&);
 };
 
-#endif  
-#endif
+#endif // wxUSE_HELP
+
+#endif // __WX_HELPEXT_H_