summary refs log tree commit diff stats
path: root/advice.h
diff options
context:
space:
mode:
Diffstat (limited to 'advice.h')
-rw-r--r--advice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/advice.h b/advice.h index fb83c90..271bc13 100644 --- a/advice.h +++ b/advice.h
@@ -33,6 +33,7 @@ private:
33 std::unique_ptr<verbly::database> database_; 33 std::unique_ptr<verbly::database> database_;
34 std::unique_ptr<sentence> generator_; 34 std::unique_ptr<sentence> generator_;
35 std::unique_ptr<twitter::client> client_; 35 std::unique_ptr<twitter::client> client_;
36 std::string fontfile_;
36}; 37};
37 38
38#endif /* end of include guard: ADVICE_H_5934AC1B */ 39#endif /* end of include guard: ADVICE_H_5934AC1B */