From 97564d40636aafb251644f61a0b990e392afd7a4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 22 Oct 2020 21:56:33 +0200 Subject: Matrix: add pinned messages tab --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') 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 create(std::string title) { return std::make_shared(std::move(title)); } -- cgit v1.2.3