diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-10-22 21:56:33 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-10-22 21:56:33 +0200 |
commit | 97564d40636aafb251644f61a0b990e392afd7a4 (patch) | |
tree | d6cb19849445d4d2683024072f1966c7bb17c619 /include | |
parent | 42ef59ef17cb0a56c6ac1d8f220db7ca461c5411 (diff) |
Matrix: add pinned messages tab
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)); } |