From 706b6a9b70a0ed1d52b58e89dac7f69f9107a7e8 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Sun, 11 Apr 2021 14:42:00 -0700 Subject: [PATCH] :bug: oops z --- include/bank.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/bank.hpp b/include/bank.hpp index 1fa1a55..bd76794 100644 --- a/include/bank.hpp +++ b/include/bank.hpp @@ -31,7 +31,9 @@ private: bool size_lock_flag = true; Json::Value temp; - z public : std::string admin_pass; + +public: + std::string admin_pass; bool AddUser(const std::string &name, std::string &&init_pass) {