]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/helpwce.h
Ryan's cumulative wxActiveX and media control patch (1427775)
[wxWidgets.git] / include / wx / msw / wince / helpwce.h
index 6540fdce66bf0d027913a5139c8c292af73317b6..e41e27cf1f5f3f64149df64b30b528c1ddd46a5f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        helpwce.h
+// Name:        wx/msw/wince/helpwce.h
 // Purpose:     Help system: Windows CE help implementation
 // Author:      Julian Smart
 // Modified by:
 #ifndef _WX_HELPWCE_H_
 #define _WX_HELPWCE_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "helpwce.cpp"
-#endif
-
 #if wxUSE_HELP
 
 #include "wx/helpbase.h"
@@ -23,7 +19,7 @@
 class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase
 {
 public:
-    wxWinceHelpController() {}
+    wxWinceHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {}
     virtual ~wxWinceHelpController() {}
 
     // Must call this to set the filename
@@ -50,7 +46,7 @@ protected:
     // View topic, or just the HTML file
     bool ViewURL(const wxString& topic = wxEmptyString);
 
-protected:
+private:
     wxString m_helpFile;
 
     DECLARE_CLASS(wxWinceHelpController)
@@ -60,4 +56,3 @@ protected:
 
 #endif
 // _WX_HELPWCE_H_
-