aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Body.cpp')
-rw-r--r--src/Body.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Body.cpp b/src/Body.cpp
index b8bfbff..f6f8d2c 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -40,6 +40,7 @@ namespace QuickMedia {
description_text = nullptr;
replies = other.replies;
post_number = other.post_number;
+ title_color = other.title_color;
}
Body::Body(Program *program, sf::Font *font, sf::Font *bold_font) :