minor secure fixes

This commit is contained in:
2020-05-27 13:15:06 +02:00
parent a21f94bb69
commit 782507ecf3
6 changed files with 8 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ public:
data_acces* data;
char** args;
std::string user;
bool admin;
};
#endif // LAUNCHER_H