Beta version 2.7.6: Fix build on macOS.
This commit is contained in:
parent
b964c681f8
commit
acce2a217d
|
@ -96,7 +96,7 @@ public:
|
||||||
not_null<MembersRow*> row,
|
not_null<MembersRow*> row,
|
||||||
const IconState &state) override;
|
const IconState &state) override;
|
||||||
bool rowIsNarrow() override;
|
bool rowIsNarrow() override;
|
||||||
void rowShowContextMenu(not_null<PeerListRow*> row);
|
void rowShowContextMenu(not_null<PeerListRow*> row) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
[[nodiscard]] std::unique_ptr<Row> createRowForMe();
|
[[nodiscard]] std::unique_ptr<Row> createRowForMe();
|
||||||
|
|
Loading…
Reference in New Issue