From f2fc8e1f44ab78c4d90199cbe1477d9f13dafaba Mon Sep 17 00:00:00 2001 From: William JCM Date: Sat, 10 Jul 2021 16:43:34 +0200 Subject: [PATCH] Profile: no need for a redundant initilisation. --- src/Profile/Profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Profile/Profile.h b/src/Profile/Profile.h index ff31b7a..63cf5bc 100644 --- a/src/Profile/Profile.h +++ b/src/Profile/Profile.h @@ -150,7 +150,7 @@ class Profile { std::string _steamId; bool _valid = false; - std::string _lastError = ""; + std::string _lastError; std::string _companyName;