aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/VideoNotesManager.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2018-09-27 21:14:32 +0300
committerlevlam <levlam@telegram.org>2018-09-27 21:14:32 +0300
commitc1f4e9d292c5faa24c978964f40771dcb228b408 (patch)
tree0a6df606122dd6619c1957cc5b2673b590dd8bf5 /td/telegram/VideoNotesManager.h
parent073541718d6ce02784a0e49b698f6877d69b24a2 (diff)
Make get_*_duration const.
GitOrigin-RevId: 85b5eb4cb221c2144318989d4d93b45784adcdf4
Diffstat (limited to 'td/telegram/VideoNotesManager.h')
-rw-r--r--td/telegram/VideoNotesManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/td/telegram/VideoNotesManager.h b/td/telegram/VideoNotesManager.h
index 6f8c7d915..db5cc7dba 100644
--- a/td/telegram/VideoNotesManager.h
+++ b/td/telegram/VideoNotesManager.h
@@ -28,7 +28,7 @@ class VideoNotesManager {
public:
explicit VideoNotesManager(Td *td);
- int32 get_video_note_duration(FileId file_id);
+ int32 get_video_note_duration(FileId file_id) const;
tl_object_ptr<td_api::videoNote> get_video_note_object(FileId file_id);