From e09319905841d75f40b4704d82f36a321a3a5364 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Wed, 13 Nov 2019 17:25:21 +0000 Subject: [PATCH] Fix parameter name in wxDir::HasSubDirs() documentation Closes https://github.com/wxWidgets/wxWidgets/pull/1648 --- interface/wx/dir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/dir.h b/interface/wx/dir.h index 3fbb0fd083..577fda1ee1 100644 --- a/interface/wx/dir.h +++ b/interface/wx/dir.h @@ -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;