diff options
Diffstat (limited to 'lib/form.cpp')
-rw-r--r-- | lib/form.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/form.cpp b/lib/form.cpp index 778e5d3..ef9703a 100644 --- a/lib/form.cpp +++ b/lib/form.cpp | |||
@@ -33,7 +33,12 @@ namespace verbly { | |||
33 | { | 33 | { |
34 | return (form::lemmaJoin %= (joinCondition && (form::inflectionCategory == check.getCategory()))); | 34 | return (form::lemmaJoin %= (joinCondition && (form::inflectionCategory == check.getCategory()))); |
35 | } | 35 | } |
36 | 36 | ||
37 | form::inflection_field::operator filter() const | ||
38 | { | ||
39 | return (form::lemmaJoin %= (form::inflectionCategory == category_)); | ||
40 | } | ||
41 | |||
37 | const std::vector<pronunciation>& form::getPronunciations() const | 42 | const std::vector<pronunciation>& form::getPronunciations() const |
38 | { | 43 | { |
39 | if (!valid_) | 44 | if (!valid_) |