Beta version 2.7.6: Fix build on macOS.

This commit is contained in:
John Preston 2021-05-31 21:51:47 +04:00
parent b964c681f8
commit acce2a217d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public:
not_null<MembersRow*> row,
const IconState &state) override;
bool rowIsNarrow() override;
void rowShowContextMenu(not_null<PeerListRow*> row);
void rowShowContextMenu(not_null<PeerListRow*> row) override;
private:
[[nodiscard]] std::unique_ptr<Row> createRowForMe();