diff options
| author | levlam <levlam@telegram.org> | 2025-04-18 18:15:01 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-04-18 18:15:01 +0300 |
| commit | 198d3249139ca4657633fc728d0e21217235c9a7 (patch) | |
| tree | c8703b2fc97f9ec95fa4885b64cad651f444ae4d /test/online.cpp | |
| parent | bf686b7b02187586b95b3ebaf35213709a1a1ab1 (diff) | |
Fix test-online compilation.
Diffstat (limited to 'test/online.cpp')
| -rw-r--r-- | test/online.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/online.cpp b/test/online.cpp index ca8396373..29cd4ba50 100644 --- a/test/online.cpp +++ b/test/online.cpp @@ -491,7 +491,7 @@ class TestTd : public Actor { private: Options options_; ActorOwn<TestClient> alice_; - GetMe::Result alice_id_ = 0; + GetMe::Result alice_id_; std::string alice_cache_dir_; ActorOwn<TestClient> bob_; |
