X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..75ce4cb180dfbe5f6ee1ad6927929b43d04edcd1:/include/wx/palmos/help.h?ds=sidebyside diff --git a/include/wx/palmos/help.h b/include/wx/palmos/help.h index f21d2040a4..3b4e831fdb 100644 --- a/include/wx/palmos/help.h +++ b/include/wx/palmos/help.h @@ -12,10 +12,6 @@ #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);