aboutsummaryrefslogtreecommitdiff
path: root/include/LoginWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/LoginWindow.hpp')
-rw-r--r--include/LoginWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/LoginWindow.hpp b/include/LoginWindow.hpp
index ea9b905..d5585a5 100644
--- a/include/LoginWindow.hpp
+++ b/include/LoginWindow.hpp
@@ -22,7 +22,7 @@ namespace dchat
private:
void setupLogin();
void setupRegister();
- private:
+ public:
Gtk::Grid loginLayout;
Gtk::Entry loginUsernameInput;
Gtk::Entry loginPasswordInput;