]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helpext.h
non virtual dtors warning fixes
[wxWidgets.git] / include / wx / generic / helpext.h
index b8c50c146a4facf0ce81ece372aca77b05eba0d3..aaad7d3ff3abc9b76ae0052bbb69140c669da6be 100644 (file)
 
 #if wxUSE_HELP
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#   pragma interface "wxexthlp.h"
-#endif
-
 #include "wx/helpbase.h"
 
 /// Path separator.
@@ -59,7 +55,7 @@ class WXDLLIMPEXP_ADV wxExtHelpController : public wxHelpControllerBase
 {
 DECLARE_CLASS(wxExtHelpController)
    public:
-   wxExtHelpController();
+   wxExtHelpController(wxWindow* parentWindow = NULL);
    ~wxExtHelpController();
 
    /** Tell it which browser to use.