From b7c34c6f019a67f159b325d83000db9d04e8a270 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 23 Jan 2017 12:04:44 -0500 Subject: Added ability to filter on existence of inflection --- lib/form.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/form.h') 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 { { return category_; } - + + operator filter() const; + private: const inflection category_; -- cgit 1.4.1