diff options
Diffstat (limited to 'lib/adjective_query.cpp')
-rw-r--r-- | lib/adjective_query.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/adjective_query.cpp b/lib/adjective_query.cpp index e47b40c..5f1cbe7 100644 --- a/lib/adjective_query.cpp +++ b/lib/adjective_query.cpp | |||
@@ -46,6 +46,13 @@ namespace verbly { | |||
46 | return *this; | 46 | return *this; |
47 | } | 47 | } |
48 | 48 | ||
49 | adjective_query& adjective_query::rhymes_with(rhyme _r) | ||
50 | { | ||
51 | _rhymes.push_back(_r); | ||
52 | |||
53 | return *this; | ||
54 | } | ||
55 | |||
49 | adjective_query& adjective_query::has_pronunciation() | 56 | adjective_query& adjective_query::has_pronunciation() |
50 | { | 57 | { |
51 | this->_has_prn = true; | 58 | this->_has_prn = true; |