mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix build for Xcode.
This commit is contained in:
@@ -1555,3 +1555,5 @@ void DialogsWidget::onDialogMoved(int movedFrom, int movedTo) {
|
||||
_scroll->scrollToY(st + st::dialogsRowHeight);
|
||||
}
|
||||
}
|
||||
|
||||
DialogsWidget::~DialogsWidget() = default;
|
||||
|
@@ -91,6 +91,8 @@ public:
|
||||
|
||||
void notify_historyMuteUpdated(History *history);
|
||||
|
||||
~DialogsWidget();
|
||||
|
||||
signals:
|
||||
void cancelled();
|
||||
|
||||
|
Reference in New Issue
Block a user