summary refs log tree commit diff stats
path: root/lib/adverb_query.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/adverb_query.cpp')
-rw-r--r--lib/adverb_query.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/adverb_query.cpp b/lib/adverb_query.cpp index 797e6a6..1c22712 100644 --- a/lib/adverb_query.cpp +++ b/lib/adverb_query.cpp
@@ -46,6 +46,13 @@ namespace verbly {
46 return *this; 46 return *this;
47 } 47 }
48 48
49 adverb_query& adverb_query::rhymes_with(rhyme _r)
50 {
51 _rhymes.push_back(_r);
52
53 return *this;
54 }
55
49 adverb_query& adverb_query::has_pronunciation() 56 adverb_query& adverb_query::has_pronunciation()
50 { 57 {
51 this->_has_prn = true; 58 this->_has_prn = true;