diff --git a/src/lobby/credentials/secret.cpp b/src/lobby/credentials/secret.cpp index b2729629..a0871ddc 100644 --- a/src/lobby/credentials/secret.cpp +++ b/src/lobby/credentials/secret.cpp @@ -231,7 +231,7 @@ secret::SecretStorage::~SecretStorage() { secret::SecretStorage::SecretStorage(SecretStorage&& other) noexcept : m_type{ other.m_type }, m_phProvider{ other.m_phProvider } { - other.m_phProvider = nullptr; + other.m_phProvider = 0; }