Fix parameter name in wxDir::HasSubDirs() documentation
Closes https://github.com/wxWidgets/wxWidgets/pull/1648
This commit is contained in:
committed by
Vadim Zeitlin
parent
9b43bd8af2
commit
e093199058
@@ -311,7 +311,7 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Returns @true if the directory contains any subdirectories (if a non
|
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.
|
The hidden subdirectories are taken into account as well.
|
||||||
*/
|
*/
|
||||||
bool HasSubDirs(const wxString& dirspec = wxEmptyString) const;
|
bool HasSubDirs(const wxString& dirspec = wxEmptyString) const;
|
||||||
|
Reference in New Issue
Block a user