X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cf73271dd6f442a98e86b559d4a55c37e25b99f..8d1517cef26509f5b2fca218145af4e4db7a4be2:/include/wx/mac/carbon/helpxxxx.h diff --git a/include/wx/mac/carbon/helpxxxx.h b/include/wx/mac/carbon/helpxxxx.h index a33c0737a5..415ccdb1c0 100644 --- a/include/wx/mac/carbon/helpxxxx.h +++ b/include/wx/mac/carbon/helpxxxx.h @@ -13,10 +13,6 @@ #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);