From e6b0b19ea8bffd5808bd46b0a1ba3f82d7e22a89 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 21 Feb 2019 19:51:52 +0300 Subject: [PATCH] Update comment. GitOrigin-RevId: 663bef62ac8310fba5aa5c717005a715a21c8985 --- td/telegram/files/FileLoaderActor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/telegram/files/FileLoaderActor.h b/td/telegram/files/FileLoaderActor.h index 7cbc8e966..830504f67 100644 --- a/td/telegram/files/FileLoaderActor.h +++ b/td/telegram/files/FileLoaderActor.h @@ -23,7 +23,7 @@ class FileLoaderActor : public NetQueryCallback { virtual void update_priority(int8 priority) = 0; virtual void update_resources(const ResourceState &other) = 0; - // TODO: existence of these two functions is a dirty hack. Refactoring is highly appreciated + // TODO: existence of these three functions is a dirty hack. Refactoring is highly appreciated virtual void update_local_file_location(const LocalFileLocation &local) { } virtual void update_download_offset(int64 offset) {