]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
Applied patch #809019 (Adds embedded/plugin capabilities to wxMac).
[wxWidgets.git] / include / wx / filename.h
index d263ddecc2f0bc301db153ad216af1a99be2bdf3..14aed5347d906440519d8a4a14855aeb8a570a79 100644 (file)
@@ -410,6 +410,9 @@ public:
         { return GetPath(wxPATH_GET_SEPARATOR, format); }
 
 private:
+    // check whether this dir is valid for Append/Prepend/InsertDir()
+    static bool IsValidDirComponent(const wxString& dir);
+
     // the drive/volume/device specification (always empty for Unix)
     wxString        m_volume;