]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
Fix for problem with wxGetFileKind on WinCE
[wxWidgets.git] / include / wx / apptrait.h
index 6ef915d9b1fd02ceab3bacaee6b25ec11abd7076..91184293d6c1bf500800ca7857d37fd27099bbd3 100644 (file)
@@ -54,6 +54,9 @@ class WXDLLIMPEXP_BASE wxStandardPathsBase;
 class WXDLLIMPEXP_BASE wxAppTraitsBase
 {
 public:
+    // needed since this class declares virtual members
+    virtual ~wxAppTraitsBase() { }
+
     // hooks for creating the global objects, may be overridden by the user
     // ------------------------------------------------------------------------
 
@@ -79,9 +82,7 @@ public:
 
     // wxStandardPaths object is normally the same for wxBase and wxGUI
     // except in the case of wxMac and wxCocoa
-#ifndef __WXPALMOS__
     virtual wxStandardPathsBase& GetStandardPaths();
-#endif
 
     // functions abstracting differences between GUI and console modes
     // ------------------------------------------------------------------------