]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stdpaths.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / stdpaths.h
index 29d9c849e3928d50c5f02573c141d44e42838a93..829de479ae4fded373be5cce76eef25f1b448fc0 100644 (file)
@@ -363,5 +363,15 @@ public:
         @since 2.9.0
     */
     void UseAppInfo(int info);
+
+protected:
+    /**
+        Protected default constructor.
+
+        This constructor is protected in order to prevent creation of objects
+        of this class as Get() should be used instead to access the unique
+        global wxStandardPaths object of the correct type.
+     */
+    wxStandardPaths();
 };