]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/help.h
Fix up NSSlider code to not use class posing and instantiate the proper type (now...
[wxWidgets.git] / include / wx / palmos / help.h
index 2aa2b0d719368f393e909c723b076b1331467932..3b4e831fdbc536542c5584a07f4d965b871ed847 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        helpwin.h
+// Name:        wx/palmos/helpwin.h
 // Purpose:     Help system: WinHelp implementation
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 #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);
@@ -50,7 +46,7 @@ public:
 protected:
     // Append extension if necessary.
     wxString GetValidFilename(const wxString& file) const;
-    
+
 private:
     wxString m_helpFile;
 };