mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Use shared_ptr<Memento> for sections.
This commit is contained in:
@@ -70,7 +70,7 @@ void SectionWidget::showAnimated(
|
||||
show();
|
||||
}
|
||||
|
||||
std::unique_ptr<SectionMemento> SectionWidget::createMemento() {
|
||||
std::shared_ptr<SectionMemento> SectionWidget::createMemento() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user