Fix parameter name in wxDir::HasSubDirs() documentation

Closes https://github.com/wxWidgets/wxWidgets/pull/1648
This commit is contained in:
Ian McInerney
2019-11-13 17:25:21 +00:00
committed by Vadim Zeitlin
parent 9b43bd8af2
commit e093199058

View File

@@ -311,7 +311,7 @@ public:
/**
Returns @true if the directory contains any subdirectories (if a non
empty @a filespec is given, only check for directories matching it).
empty @a dirspec is given, only check for directories matching it).
The hidden subdirectories are taken into account as well.
*/
bool HasSubDirs(const wxString& dirspec = wxEmptyString) const;