]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/helpxxxx.h
Cast for argument to delete[] - VC6 doesn't want to delete a const pointer
[wxWidgets.git] / include / wx / mac / carbon / helpxxxx.h
index a33c0737a5ea232bfa531c6e6220c73324b87afb..7bb66c7cba30522311ef7df3894e8f3ae6264cdc 100644 (file)
 #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);