Profile: no need for a redundant initilisation.

This commit is contained in:
Guillaume Jacquemin 2021-07-10 16:43:34 +02:00
parent ab84b84d72
commit f2fc8e1f44
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class Profile {
std::string _steamId;
bool _valid = false;
std::string _lastError = "";
std::string _lastError;
std::string _companyName;