mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Beta version 2.7.6: Fix build on macOS.
This commit is contained in:
parent
b964c681f8
commit
acce2a217d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue