]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/help.h
remove file containing many obsolete defines, if anyone wants to revive MicroWindows...
[wxWidgets.git] / include / wx / palmos / help.h
index f21d2040a4d9c0498c6427d47cad479468364d85..3b4e831fdbc536542c5584a07f4d965b871ed847 100644 (file)
 #ifndef _WX_HELP_H_
 #define _WX_HELP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "help.h"
-#endif
-
 #include "wx/wx.h"
 
 #if wxUSE_HELP
@@ -27,8 +23,8 @@ class WXDLLEXPORT wxPalmHelpController: public wxHelpControllerBase
     DECLARE_CLASS(wxPalmHelpController)
 
 public:
-    wxPalmHelpController() {};
-    ~wxPalmHelpController() {};
+    wxPalmHelpController() {}
+    virtual ~wxPalmHelpController() {}
 
     // Must call this to set the filename
     virtual bool Initialize(const wxString& file);