aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/DB.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/DB.h')
-rw-r--r--src/crepe/DB.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/DB.h b/src/crepe/DB.h
index 010ef42..c331f95 100644
--- a/src/crepe/DB.h
+++ b/src/crepe/DB.h
@@ -14,7 +14,7 @@ namespace crepe {
class DB {
public:
- DB(const char * path);
+ DB(const std::string & path);
virtual ~DB() = default;
public: