Fix warning.
GitOrigin-RevId: 0b3023fd34de916b60b41ddd8c6af6be153aaeab
This commit is contained in:
parent
387fc91972
commit
a2429d595c
@ -552,9 +552,9 @@ class TestQuery : public Td::ResultHandler {
|
|||||||
};
|
};
|
||||||
|
|
||||||
class TestProxyRequest : public RequestOnceActor {
|
class TestProxyRequest : public RequestOnceActor {
|
||||||
|
Proxy proxy_;
|
||||||
int16 dc_id_;
|
int16 dc_id_;
|
||||||
double timeout_;
|
double timeout_;
|
||||||
Proxy proxy_;
|
|
||||||
ActorOwn<> child_;
|
ActorOwn<> child_;
|
||||||
Promise<> promise_;
|
Promise<> promise_;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user