]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/settings.h
compilation warning (and possible bug) fix
[wxWidgets.git] / include / wx / mac / settings.h
index 8ed994f1bab8120d636030b0c824401ce17ff36c..90aa26f7947b9909f309fcc4e88128f76b4e7152 100644 (file)
@@ -127,6 +127,10 @@ public:
 
     // Get a system metric, e.g. scrollbar size
     static int         GetSystemMetric(int index);
+
+    // Return true if the port has certain feature
+    static bool        GetCapability(int index);
+
 };
 
 #endif