summary refs log tree commit diff stats
path: root/sentence.h
diff options
context:
space:
mode:
Diffstat (limited to 'sentence.h')
-rw-r--r--sentence.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sentence.h b/sentence.h index ecdf946..5e09a47 100644 --- a/sentence.h +++ b/sentence.h
@@ -32,6 +32,8 @@ private:
32 32
33 const verbly::database& database_; 33 const verbly::database& database_;
34 std::mt19937& rng_; 34 std::mt19937& rng_;
35
36 verbly::filter badWords_;
35}; 37};
36 38
37#endif /* end of include guard: SENTENCE_H_81987F60 */ 39#endif /* end of include guard: SENTENCE_H_81987F60 */