X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/774ef7e3b79a88c5a54428dd990b5f262a822b1a..f2049b683752950d1fe91aec07318e7f2122ff16:/include/wx/dir.h diff --git a/include/wx/dir.h b/include/wx/dir.h index 4ac1dffbf5..94c5d453c0 100644 --- a/include/wx/dir.h +++ b/include/wx/dir.h @@ -105,7 +105,7 @@ public: // get the full name of the directory (without '/' at the end) wxString GetName() const; - + // file enumeration routines // ------------------------- @@ -155,7 +155,7 @@ public: // static utilities for directory management // (alias to wxFileName's functions for dirs) // ----------------------------------------- - + // test for existence of a directory with the given name static bool Exists(const wxString& dir); @@ -163,7 +163,7 @@ public: int flags = 0); static bool Remove(const wxString &dir, int flags = 0); - + private: friend class wxDirData;