diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-03 21:14:36 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-02-03 21:14:36 -0500 |
commit | 8a68ce34d7017619c8cc5b39dc5099bfa26e5225 (patch) | |
tree | 62ed1f834656ad8af5a0ac3bb62f1754517899fc /advice.h | |
parent | 7a318b162edb6965538faa7f01448e1fa1de6352 (diff) | |
download | advice-8a68ce34d7017619c8cc5b39dc5099bfa26e5225.tar.gz advice-8a68ce34d7017619c8cc5b39dc5099bfa26e5225.tar.bz2 advice-8a68ce34d7017619c8cc5b39dc5099bfa26e5225.zip |
Added font file config key
Diffstat (limited to 'advice.h')
-rw-r--r-- | advice.h | 1 |
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 */ |