From 8089e8e88fb145b4b954c310a0eda2ec647259cd Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 27 Oct 2018 01:47:08 +0200 Subject: Add users, nickname change, messages now have author --- include/Window.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Window.hpp') diff --git a/include/Window.hpp b/include/Window.hpp index 96197c6..29ec285 100644 --- a/include/Window.hpp +++ b/include/Window.hpp @@ -14,7 +14,7 @@ namespace dchat public: Window(); virtual ~Window(); - protected: + private: std::unique_ptr database; std::mutex databaseCallbackMutex; Gtk::Stack stack; -- cgit v1.2.3