aboutsummaryrefslogtreecommitdiff
path: root/oop2eindopdr/CacheManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'oop2eindopdr/CacheManager.h')
-rw-r--r--oop2eindopdr/CacheManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/oop2eindopdr/CacheManager.h b/oop2eindopdr/CacheManager.h
index 2aa8a39..a4f6958 100644
--- a/oop2eindopdr/CacheManager.h
+++ b/oop2eindopdr/CacheManager.h
@@ -36,8 +36,8 @@ private:
virtual void retry_if(std::string label, std::function<void()> action, std::function<bool()> retry_if) { retry(label, true, action, retry_if); };
public:
/** @brief initialize CacheManager class at `cache_path` */
+ CacheManager(const char* cache_path);
CacheManager(std::string cache_path);
- CacheManager(const char* cache_path) { CacheManager(std::string(cache_path)); };
/** @brief close cache */
virtual ~CacheManager();
/** @brief create cache folder structure */