Remove unused has_weak_ptr from Manager::Private

This commit is contained in:
Ilya Fedin 2025-02-26 18:14:26 +00:00 committed by John Preston
parent 3569615b21
commit 87452706ef

View file

@ -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);