aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Body.hpp b/include/Body.hpp
index baed595..5fde04e 100644
--- a/include/Body.hpp
+++ b/include/Body.hpp
@@ -34,6 +34,7 @@ namespace QuickMedia {
class BodyItem {
public:
BodyItem(std::string _title);
+ BodyItem& operator=(BodyItem &other);
static std::shared_ptr<BodyItem> create(std::string title) { return std::make_shared<BodyItem>(std::move(title)); }