X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a8c8b35f8db6db2f5394f81cf70a416ceccae23..f01a77c7954ff4b7ee9f74af8df5a16f239d3537:/include/wx/dir.h diff --git a/include/wx/dir.h b/include/wx/dir.h index 99b7b4acf1..9a73c6644e 100644 --- a/include/wx/dir.h +++ b/include/wx/dir.h @@ -120,10 +120,10 @@ public: bool GetNext(wxString *filename) const; // return true if this directory has any files in it - bool HasFiles(const wxString& spec = wxEmptyString); + bool HasFiles(const wxString& spec = wxEmptyString) const; // return true if this directory has any subdirectories - bool HasSubDirs(const wxString& spec = wxEmptyString); + bool HasSubDirs(const wxString& spec = wxEmptyString) const; // enumerate all files in this directory and its subdirectories //