diff --git a/src/utility/notification/NotificationUtility.h b/src/utility/notification/NotificationUtility.h index 7220f888737506b0b55500a8bbf4f7be2adfc633..cb916b4ad01e92f30a4c2afac5e29744360a03fa 100644 --- a/src/utility/notification/NotificationUtility.h +++ b/src/utility/notification/NotificationUtility.h @@ -169,9 +169,10 @@ public: */ bool waitForPendingNotifications(int timeout_ms = 0); + ~NotificationUtility(); + private: NotificationUtility() = default; - ~NotificationUtility(); // Disable copy constructor and assignment operator NotificationUtility(const NotificationUtility&) = delete;