diff options
| author | levlam <levlam@telegram.org> | 2021-10-06 18:47:32 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-10-06 18:47:32 +0300 |
| commit | a160241db7e8c78fc7866ca4b9285c943f1cae2f (patch) | |
| tree | 8efed302fc2b8f47e024a6f6a5a95e7cf9dffeec /test/secret.cpp | |
| parent | bbae7be409a230c546f4a8367771c0cb9e747412 (diff) | |
Improve NetQueryCreator constructor.
Diffstat (limited to 'test/secret.cpp')
| -rw-r--r-- | test/secret.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/secret.cpp b/test/secret.cpp index 6d9f693f3..3bffb0f88 100644 --- a/test/secret.cpp +++ b/test/secret.cpp @@ -562,7 +562,7 @@ class FakeSecretChatContext final : public SecretChatActor::Context { std::shared_ptr<SecretChatDb> secret_chat_db_; }; -NetQueryCreator FakeSecretChatContext::net_query_creator_; +NetQueryCreator FakeSecretChatContext::net_query_creator_{nullptr}; class Master final : public Actor { public: |
