diff options
Diffstat (limited to 'lib/lemma.h')
-rw-r--r-- | lib/lemma.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/lemma.h b/lib/lemma.h index 9a07f16..8c8d1c1 100644 --- a/lib/lemma.h +++ b/lib/lemma.h | |||
@@ -6,6 +6,7 @@ | |||
6 | #include <list> | 6 | #include <list> |
7 | #include <map> | 7 | #include <map> |
8 | #include "field.h" | 8 | #include "field.h" |
9 | #include "form.h" | ||
9 | #include "enums.h" | 10 | #include "enums.h" |
10 | #include "filter.h" | 11 | #include "filter.h" |
11 | 12 | ||
@@ -13,7 +14,6 @@ struct sqlite3_stmt; | |||
13 | 14 | ||
14 | namespace verbly { | 15 | namespace verbly { |
15 | 16 | ||
16 | class form; | ||
17 | class database; | 17 | class database; |
18 | 18 | ||
19 | class lemma { | 19 | class lemma { |
@@ -86,6 +86,8 @@ namespace verbly { | |||
86 | return category_; | 86 | return category_; |
87 | } | 87 | } |
88 | 88 | ||
89 | operator filter() const; | ||
90 | |||
89 | private: | 91 | private: |
90 | 92 | ||
91 | const inflection category_; | 93 | const inflection category_; |