summary refs log tree commit diff stats
path: root/advice.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-02-03 21:14:36 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-02-03 21:14:36 -0500
commit8a68ce34d7017619c8cc5b39dc5099bfa26e5225 (patch)
tree62ed1f834656ad8af5a0ac3bb62f1754517899fc /advice.h
parent7a318b162edb6965538faa7f01448e1fa1de6352 (diff)
downloadadvice-8a68ce34d7017619c8cc5b39dc5099bfa26e5225.tar.gz
advice-8a68ce34d7017619c8cc5b39dc5099bfa26e5225.tar.bz2
advice-8a68ce34d7017619c8cc5b39dc5099bfa26e5225.zip
Added font file config key
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 */