diff --git a/td/telegram/FolderId.h b/td/telegram/FolderId.h index bf9752ec5..b3939cc89 100644 --- a/td/telegram/FolderId.h +++ b/td/telegram/FolderId.h @@ -20,7 +20,7 @@ class FolderId { public: FolderId() = default; - explicit constexpr FolderId(int32 folder_id) : id(folder_id) { + explicit FolderId(int32 folder_id) : id(folder_id) { if (id != 1) { id = 0; }