summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-06-12 12:53:58 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-06-12 12:53:58 (GMT)
commit6372dd4dfb323ea10fda19b1a5bb09c5c94bf2fb (patch)
treecf67f39cd5b55dac69dc906e3836fa6fa063fc5c
parentf366804a95c02d0883a3a1598a0f93b4ee0c982c (diff)
downloadDoxygen-6372dd4dfb323ea10fda19b1a5bb09c5c94bf2fb.zip
Doxygen-6372dd4dfb323ea10fda19b1a5bb09c5c94bf2fb.tar.gz
Doxygen-6372dd4dfb323ea10fda19b1a5bb09c5c94bf2fb.tar.bz2
bug_674442 CREATE_FOLDERS should not create unused folders
Correcting compilation error.
-rw-r--r--src/dir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dir.h b/src/dir.h
index c322669..690a678 100644
--- a/src/dir.h
+++ b/src/dir.h
@@ -78,7 +78,7 @@ class Dir final
DirIterator iterator() const;
- bool Dir::isEmpty(const std::string subdir) const;
+ bool isEmpty(const std::string subdir) const;
bool exists() const;
std::string filePath(const std::string &path,bool acceptsAbsPath=true) const;
bool exists(const std::string &path,bool acceptsAbsPath=true) const;