From f97de8b6ae2f42ef9880797afeef0738255ef981 Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 6 Apr 2018 19:30:36 +0300 Subject: [PATCH] Fix previous commit. GitOrigin-RevId: 557b8344a9b6bfb64b0645b2afcaf31607546660 --- td/telegram/SecureValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;