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 0b10eba..5567061 100644 --- a/lib/database.h +++ b/lib/database.h
@@ -62,6 +62,8 @@ namespace verbly {
62 62
63 query<pronunciation> pronunciations(filter where, order sortOrder = {}, int limit = 1) const; 63 query<pronunciation> pronunciations(filter where, order sortOrder = {}, int limit = 1) const;
64 64
65 std::set<std::string> selrestrs(int partId) const;
66
65 std::set<std::string> synrestrs(int partId) const; 67 std::set<std::string> synrestrs(int partId) const;
66 68
67 private: 69 private: