X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edf1dfa16db5bc9df60b30d01ca9892b298be34f..fd5cfba71157c481b5bc90563d0d990ec67ecb11:/include/wx/os2/helpwin.h diff --git a/include/wx/os2/helpwin.h b/include/wx/os2/helpwin.h index 6700a6f6f3..e175e4fb11 100644 --- a/include/wx/os2/helpwin.h +++ b/include/wx/os2/helpwin.h @@ -1,12 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpxxxx.h +// Name: wx/os2/helpwin.h // Purpose: Help system: native implementation for your system. // Author: David Webster // Modified by: -// Created: 10/09/99 +// Created: 10/09/99 // RCS-ID: $Id$ // Copyright: (c) David Webster -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HELPWIN_H_ @@ -18,13 +18,13 @@ #include "wx/helpbase.h" -class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase +class WXDLLIMPEXP_CORE wxWinHelpController: public wxHelpControllerBase { DECLARE_CLASS(wxWinHelpController) public: wxWinHelpController(); - ~wxWinHelpController(); + virtual ~wxWinHelpController(); // Must call this to set the filename and server name virtual bool Initialize(const wxString& file);