make wxDir::Has{Files,SubDirs}() const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-04-22 16:29:43 +00:00
parent 960b1f9409
commit 106dcc2cea
4 changed files with 7 additions and 7 deletions

View File

@@ -290,7 +290,7 @@ bool wxDir::GetNext(wxString *filename) const
return M_DIR->Read(filename);
}
bool wxDir::HasSubDirs(const wxString& spec)
bool wxDir::HasSubDirs(const wxString& spec) const
{
wxCHECK_MSG( IsOpened(), false, _T("must wxDir::Open() first") );