X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef92f440977f4aaaf7c252c0646b29e35e2c8b50..eb537cfb1cc0066c0d53a2415972afa6e303c4b5:/include/wx/filename.h diff --git a/include/wx/filename.h b/include/wx/filename.h index d263ddecc2..14aed5347d 100644 --- a/include/wx/filename.h +++ b/include/wx/filename.h @@ -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;