aboutsummaryrefslogtreecommitdiff
path: root/include/Window.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-10-27 01:47:08 +0200
committerdec05eba <dec05eba@protonmail.com>2018-10-27 01:47:11 +0200
commit8089e8e88fb145b4b954c310a0eda2ec647259cd (patch)
tree2858973c86754099de4fa206001588eea0f5b5e1 /include/Window.hpp
parent206a58f9996a36693b1e73460191b08db1db0327 (diff)
Add users, nickname change, messages now have author
Diffstat (limited to 'include/Window.hpp')
-rw-r--r--include/Window.hpp2
1 files changed, 1 insertions, 1 deletions
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<odhtdb::Database> database;
std::mutex databaseCallbackMutex;
Gtk::Stack stack;