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

@@ -146,5 +146,5 @@ class Input {
~Input() = default; // Destructor privado
// --- Singleton ---
static Input *instance_;
static Input *instance;
};