From b629e93b124fcad6635a508e47c7776bb0891d1b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 20 Jan 2019 05:02:13 +0100 Subject: Start with custom emoji (binds) and tests --- include/ChatMessage.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/ChatMessage.hpp') diff --git a/include/ChatMessage.hpp b/include/ChatMessage.hpp index 5259a9c..a50a799 100644 --- a/include/ChatMessage.hpp +++ b/include/ChatMessage.hpp @@ -7,7 +7,6 @@ namespace dchat { - class User; class ChatMessage : public Gtk::Grid { public: @@ -18,4 +17,4 @@ namespace dchat Gtk::Label text; uint32_t timestampSeconds; }; -} \ No newline at end of file +} -- cgit v1.2.3