aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-22 21:56:33 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-22 21:56:33 +0200
commit97564d40636aafb251644f61a0b990e392afd7a4 (patch)
treed6cb19849445d4d2683024072f1966c7bb17c619 /include/Body.hpp
parent42ef59ef17cb0a56c6ac1d8f220db7ca461c5411 (diff)
Matrix: add pinned messages tab
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)); }