summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cppc4group.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp
index fc46592..2e75462 100644
--- a/src/cppc4group.hpp
+++ b/src/cppc4group.hpp
@@ -63,7 +63,7 @@ public:
std::optional<EntryInfo> getEntryInfo(const std::string& path = "");
std::optional<std::vector<EntryInfo>> getEntryInfos(const std::string& path = "");
- bool deleteEntry(const std::string& path, const bool recursive);
+ bool deleteEntry(const std::string& path, const bool recursive = false);
bool renameEntry(const std::string& oldPath, const std::string& newPath);
bool createDirectory(const std::string& path);