diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 1 |
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)); } |