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 c186b9c..9ea2e01 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -72,6 +72,7 @@ namespace QuickMedia {
timestamp_text = std::make_unique<sf::Text>(*other.timestamp_text);
else
timestamp_text = nullptr;
+ replies_to = other.replies_to;
replies = other.replies;
post_number = other.post_number;
userdata = other.userdata;