X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edf1dfa16db5bc9df60b30d01ca9892b298be34f..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/os2/helpwin.h diff --git a/include/wx/os2/helpwin.h b/include/wx/os2/helpwin.h index 6700a6f6f3..7013ae5db6 100644 --- a/include/wx/os2/helpwin.h +++ b/include/wx/os2/helpwin.h @@ -1,12 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// -// 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 -// RCS-ID: $Id$ +// Created: 10/09/99 // Copyright: (c) David Webster -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HELPWIN_H_ @@ -18,13 +17,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);