X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..bc63f2c969b303cf5f5e7f9adc9cd7c565f1d9b0:/include/wx/mac/carbon/helpxxxx.h diff --git a/include/wx/mac/carbon/helpxxxx.h b/include/wx/mac/carbon/helpxxxx.h index 3a64d04462..415ccdb1c0 100644 --- a/include/wx/mac/carbon/helpxxxx.h +++ b/include/wx/mac/carbon/helpxxxx.h @@ -7,16 +7,12 @@ // 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" @@ -27,7 +23,7 @@ class WXDLLEXPORT wxXXXXHelpController: public wxHelpControllerBase public: wxXXXXHelpController(); - ~wxXXXXHelpController(); + virtual ~wxXXXXHelpController(); // Must call this to set the filename and server name virtual bool Initialize(const wxString& file);