Alpha 1.0.21: Fix compilation bug.

This commit is contained in:
John Preston 2017-03-11 13:35:43 +03:00
parent 493ba6f2cd
commit 28ae5fd65c

View file

@ -152,7 +152,7 @@ public:
void operator()(mtpRequestId requestId, const mtpPrime *from, const mtpPrime *end) const override {
auto response = TResponse();
response.read(from, end);
(*_onDone)(std::move(responce));
(*_onDone)(std::move(response));
}
private: