Alpha 1.0.21: Fix compilation bug.
This commit is contained in:
parent
493ba6f2cd
commit
28ae5fd65c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue