From 6372dd4dfb323ea10fda19b1a5bb09c5c94bf2fb Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 12 Jun 2021 14:53:58 +0200 Subject: bug_674442 CREATE_FOLDERS should not create unused folders Correcting compilation error. --- src/dir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12