X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/mac/carbon/helpxxxx.h diff --git a/include/wx/mac/carbon/helpxxxx.h b/include/wx/mac/carbon/helpxxxx.h index 3a64d04462..7bb66c7cba 100644 --- a/include/wx/mac/carbon/helpxxxx.h +++ b/include/wx/mac/carbon/helpxxxx.h @@ -7,27 +7,23 @@ // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HELPXXXX_H_ #define _WX_HELPXXXX_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "helpxxxx.h" -#endif - #include "wx/wx.h" #include "wx/helpbase.h" -class WXDLLEXPORT wxXXXXHelpController: public wxHelpControllerBase +class WXDLLIMPEXP_CORE wxXXXXHelpController: public wxHelpControllerBase { DECLARE_CLASS(wxXXXXHelpController) public: wxXXXXHelpController(); - ~wxXXXXHelpController(); + virtual ~wxXXXXHelpController(); // Must call this to set the filename and server name virtual bool Initialize(const wxString& file);