aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/UserDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/UserDialog.h')
-rw-r--r--vncviewer/UserDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/UserDialog.h b/vncviewer/UserDialog.h
index c16923c1..ddafbc3c 100644
--- a/vncviewer/UserDialog.h
+++ b/vncviewer/UserDialog.h
@@ -38,8 +38,8 @@ public:
void resetPassword();
private:
- std::string savedUsername;
- std::string savedPassword;
+ static std::string savedUsername;
+ static std::string savedPassword;
};
#endif