]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/helpxxxx.h
Applied Hartwig's implementation of OS X wxDataViewCtrl
[wxWidgets.git] / include / wx / mac / carbon / helpxxxx.h
index 3a64d04462b9aa20ec2956505fe66d375da23e94..415ccdb1c0e7a36c3c8d23f236d329d95d8722a4 100644 (file)
@@ -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);