X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..c27bcbd5a7cec9f03b15c69824da99c5bb75924a:/include/wx/msw/helpwin.h diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index da2c7c2fd4..dfcfcde018 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,10 +25,10 @@ class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase { DECLARE_CLASS(wxWinHelpController) - + public: - wxWinHelpController() {}; - ~wxWinHelpController() {}; + wxWinHelpController() {} + ~wxWinHelpController() {} // Must call this to set the filename virtual bool Initialize(const wxString& file); @@ -50,7 +50,7 @@ public: protected: // Append extension if necessary. wxString GetValidFilename(const wxString& file) const; - + private: wxString m_helpFile; };