diff --git a/td/telegram/SecureValue.h b/td/telegram/SecureValue.h index 03af3cbf..584ce6e1 100644 --- a/td/telegram/SecureValue.h +++ b/td/telegram/SecureValue.h @@ -130,7 +130,7 @@ td_api::object_ptr get_encrypted_credentials_objec class SecureValue { public: - SecureValueType type = SecureValueType::None + SecureValueType type = SecureValueType::None; string data; vector files; FileId selfie;