diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index 2cd7b5f..e4c21fc 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -53,7 +53,7 @@ namespace QuickMedia { // Used by image boards for example. The elements are indices to other body items std::vector<size_t> replies; std::string post_number; - sf::Color background_color; + sf::Color title_color; private: std::string title; std::string description; |