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

View file

@ -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;