summary refs log tree commit diff stats
path: root/lib/form.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/form.h')
-rw-r--r--lib/form.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/form.h b/lib/form.h index c9c2a9e..aca5b2f 100644 --- a/lib/form.h +++ b/lib/form.h
@@ -117,7 +117,9 @@ namespace verbly {
117 { 117 {
118 return category_; 118 return category_;
119 } 119 }
120 120
121 operator filter() const;
122
121 private: 123 private:
122 124
123 const inflection category_; 125 const inflection category_;