summary refs log tree commit diff stats
path: root/lib/lemma.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lemma.h')
-rw-r--r--lib/lemma.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/lemma.h b/lib/lemma.h index 56cfc56..bba5572 100644 --- a/lib/lemma.h +++ b/lib/lemma.h
@@ -72,9 +72,9 @@ namespace verbly {
72 72
73 // Relationships to other objects 73 // Relationships to other objects
74 74
75 static const field word; 75 static const field words;
76 76
77 static field form(inflection category); 77 static field forms(inflection category);
78 78
79 private: 79 private:
80 80
@@ -84,7 +84,7 @@ namespace verbly {
84 84
85 int id_; 85 int id_;
86 86
87 mutable std::map<inflection, std::vector<class form>> forms_; 87 mutable std::map<inflection, std::vector<form>> forms_;
88 88
89 const database* db_; 89 const database* db_;
90 90