summary refs log tree commit diff stats
path: root/lib/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/database.h')
-rw-r--r--lib/database.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/database.h b/lib/database.h index 83c4c1c..a9d711e 100644 --- a/lib/database.h +++ b/lib/database.h
@@ -73,6 +73,8 @@ namespace verbly {
73 73
74 std::set<std::string> synrestrs(int partId) const; 74 std::set<std::string> synrestrs(int partId) const;
75 75
76 void setTimeout(int ms);
77
76 private: 78 private:
77 79
78 mutable hatkirby::database ppdb_; 80 mutable hatkirby::database ppdb_;