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 de924da..e4d4e97 100644
--- a/src/Body.cpp
+++ b/src/Body.cpp
@@ -98,6 +98,7 @@ namespace QuickMedia {
title_color = other.title_color;
author_color = other.author_color;
description_color = other.description_color;
+ extra = other.extra;
return *this;
}