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