mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Remove unused has_weak_ptr from Manager::Private
This commit is contained in:
parent
3569615b21
commit
87452706ef
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ void NotificationData::setImage(QImage image) {
|
|||
|
||||
} // namespace
|
||||
|
||||
class Manager::Private : public base::has_weak_ptr {
|
||||
class Manager::Private {
|
||||
public:
|
||||
explicit Private(not_null<Manager*> manager);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue