diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index b50b695..3d8167a 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -139,6 +139,8 @@ namespace QuickMedia { std::unique_ptr<Text> author_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_to; + // Used by image boards for example. The elements are indices to other body items std::vector<size_t> replies; std::string post_number; void *userdata; // Not managed, should be deallocated by whoever sets this |