]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/corefoundation/stdpaths.h
Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION
[wxWidgets.git] / include / wx / mac / corefoundation / stdpaths.h
index 00b1ffbdf714f3da4162ec5c8c6f3912d578ee0b..9950bdbbd76521dfd6e50457c161449dbd4565c9 100644 (file)
@@ -26,7 +26,7 @@ class WXDLLIMPEXP_BASE wxStandardPathsCF : public wxStandardPathsBase
 {
 public:
     wxStandardPathsCF();
-    ~wxStandardPathsCF();
+    virtual ~wxStandardPathsCF();
 
     // wxMac specific: allow user to specify a different bundle
     wxStandardPathsCF(wxCFBundleRef bundle);
@@ -42,6 +42,7 @@ public:
     virtual wxString GetResourcesDir() const;
     virtual wxString GetLocalizedResourcesDir(const wxChar *lang,
                                               ResourceCat category) const;
+    virtual wxString GetDocumentsDir() const;
 
 protected:
     // this function can be called with any of CFBundleCopyXXXURL function