From 35508a1c737056c4ff821d1d5c40bea4715dffc8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 24 Sep 2020 01:26:12 +0200 Subject: Fix broken author text --- include/Body.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index 235de72..f246b5a 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -56,6 +56,7 @@ namespace QuickMedia { bool thumbnail_is_local; std::unique_ptr title_text; std::unique_ptr description_text; + std::unique_ptr author_text; // Used by image boards for example. The elements are indices to other body items std::vector replies; std::string post_number; @@ -106,7 +107,6 @@ namespace QuickMedia { sf::Font *bold_font; sf::Font *cjk_font; sf::Text progress_text; - sf::Text author_text; sf::Text replies_text; BodyItems items; std::thread thumbnail_load_thread; -- cgit v1.2.3