diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-03-26 00:36:39 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-03-26 00:36:39 +0100 |
commit | d96e65b2abf2a569a4be4c160fa30a504abdb2fc (patch) | |
tree | 5b1f71b034571cf5b695b0235342debc2ec55e60 /include | |
parent | 1aec2bb2708b1b9597e06a7e6324a7dadf73bb80 (diff) |
Bye bye construct, we use /event to get event by id instead of /context
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 738c41b..5e68b5b 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -132,7 +132,7 @@ namespace QuickMedia { std::unique_ptr<Text> title_text; std::unique_ptr<Text> description_text; std::unique_ptr<Text> author_text; - std::unique_ptr<sf::Text> timestamp_text; + std::unique_ptr<sf::Text> timestamp_text; // TODO: Remove // Used by image boards for example. The elements are indices to other body items std::vector<size_t> replies; std::string post_number; |