X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..170acdc90e9f92f8b8120fa6c04acdbf45c89582:/include/wx/mac/classic/helpxxxx.h?ds=sidebyside

diff --git a/include/wx/mac/classic/helpxxxx.h b/include/wx/mac/classic/helpxxxx.h
index a33c0737a5..415ccdb1c0 100644
--- a/include/wx/mac/classic/helpxxxx.h
+++ b/include/wx/mac/classic/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);