X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..e4a4a50b904a3194851fe5f81e09e266bb161596:/include/wx/msw/helpwin.h diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index da2c7c2fd4..3d2e609b7d 100644 --- a/include/wx/msw/helpwin.h +++ b/include/wx/msw/helpwin.h @@ -6,7 +6,7 @@ // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HELPWIN_H_ @@ -25,7 +25,7 @@ class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase { DECLARE_CLASS(wxWinHelpController) - + public: wxWinHelpController() {}; ~wxWinHelpController() {}; @@ -50,7 +50,7 @@ public: protected: // Append extension if necessary. wxString GetValidFilename(const wxString& file) const; - + private: wxString m_helpFile; };