X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..13bcc348811641ec19d2b378777c5edcf1b205a2:/include/wx/msw/helpwin.h diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index cec79159d9..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: wxWidgets 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; };