Profile: no need for a redundant initilisation.
This commit is contained in:
parent
ab84b84d72
commit
f2fc8e1f44
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Profile {
|
||||||
std::string _steamId;
|
std::string _steamId;
|
||||||
|
|
||||||
bool _valid = false;
|
bool _valid = false;
|
||||||
std::string _lastError = "";
|
std::string _lastError;
|
||||||
|
|
||||||
std::string _companyName;
|
std::string _companyName;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue