diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-27 01:47:08 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-27 01:47:11 +0200 |
commit | 8089e8e88fb145b4b954c310a0eda2ec647259cd (patch) | |
tree | 2858973c86754099de4fa206001588eea0f5b5e1 /include/Window.hpp | |
parent | 206a58f9996a36693b1e73460191b08db1db0327 (diff) |
Add users, nickname change, messages now have author
Diffstat (limited to 'include/Window.hpp')
-rw-r--r-- | include/Window.hpp | 2 |
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; |