clang-tidy
This commit is contained in:
@@ -99,7 +99,7 @@ class Notifier {
|
||||
|
||||
// --- Constructores y destructor privados (singleton) ---
|
||||
Notifier(const std::string &icon_file, std::shared_ptr<Text> text); // Constructor privado
|
||||
~Notifier() = default; // Destructor privado
|
||||
~Notifier() = default; // Destructor privado
|
||||
|
||||
// --- Instancia singleton ---
|
||||
static Notifier *instance; // Instancia única de Notifier
|
||||
|
||||
Reference in New Issue
Block a user