Fix warning.

GitOrigin-RevId: 0b3023fd34de916b60b41ddd8c6af6be153aaeab
This commit is contained in:
levlam 2019-09-24 18:18:17 +03:00
parent 387fc91972
commit a2429d595c
1 changed files with 1 additions and 1 deletions

View File

@ -552,9 +552,9 @@ class TestQuery : public Td::ResultHandler {
};
class TestProxyRequest : public RequestOnceActor {
Proxy proxy_;
int16 dc_id_;
double timeout_;
Proxy proxy_;
ActorOwn<> child_;
Promise<> promise_;