]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
No real change.
[wxWidgets.git] / include / wx / apptrait.h
index 38097535f367ac5e23440a7e6df1a89220ed8b51..91184293d6c1bf500800ca7857d37fd27099bbd3 100644 (file)
@@ -82,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
     // ------------------------------------------------------------------------