]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/helpwce.h
Fix initial wxRadioBox buttons positions in wxMSW.
[wxWidgets.git] / include / wx / msw / wince / helpwce.h
index 735a6cbc1d7826f07f5e0d496ea8ecc7ccc549ee..9923e515c09eed60d618bb598c737056eda48bc3 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:
 
 #include "wx/helpbase.h"
 
-class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase
+class WXDLLIMPEXP_CORE wxWinceHelpController : public wxHelpControllerBase
 {
 public:
-    wxWinceHelpController(wxWindow* parentWindow): wxHelpControllerBase(parentWindow) {}
+    wxWinceHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {}
     virtual ~wxWinceHelpController() {}
 
     // Must call this to set the filename
@@ -46,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)
@@ -56,4 +56,3 @@ protected:
 
 #endif
 // _WX_HELPWCE_H_
-