clang-tidy

This commit is contained in:
2025-07-20 12:16:25 +02:00
parent a7ef29b750
commit bfda842d3c
43 changed files with 512 additions and 504 deletions

View File

@@ -90,5 +90,5 @@ class Audio {
~Audio(); // Destructor privado
// --- Singleton ---
static Audio *instance_;
static Audio *instance;
};