diff options
Diffstat (limited to 'lib/adjective_query.h')
-rw-r--r-- | lib/adjective_query.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/adjective_query.h b/lib/adjective_query.h index 030a494..945e6bd 100644 --- a/lib/adjective_query.h +++ b/lib/adjective_query.h | |||
@@ -11,6 +11,7 @@ namespace verbly { | |||
11 | adjective_query& random(); | 11 | adjective_query& random(); |
12 | adjective_query& except(const adjective& _word); | 12 | adjective_query& except(const adjective& _word); |
13 | adjective_query& rhymes_with(const word& _word); | 13 | adjective_query& rhymes_with(const word& _word); |
14 | adjective_query& rhymes_with(rhyme _r); | ||
14 | adjective_query& has_pronunciation(); | 15 | adjective_query& has_pronunciation(); |
15 | adjective_query& has_rhyming_noun(); | 16 | adjective_query& has_rhyming_noun(); |
16 | adjective_query& has_rhyming_adjective(); | 17 | adjective_query& has_rhyming_adjective(); |