2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

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

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();