Skip to content

Commit

Permalink
bug_674442 CREATE_FOLDERS should not create unused folders
Browse files Browse the repository at this point in the history
Correcting compilation error.
  • Loading branch information
albert-github committed Jun 12, 2021
1 parent f366804 commit 6372dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dir.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6372dd4

Please sign in to comment.