elimina NOLINT(identifier-naming) obsolets

This commit is contained in:
2026-05-17 17:47:19 +02:00
parent 9e3b960939
commit 3228647738
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class MapEditor {
void openTilePicker(const std::string& tileset_name, int current_tile);
private:
static MapEditor* instance_; // NOLINT(readability-identifier-naming) [SINGLETON] Objeto privado
static MapEditor* instance_;
MapEditor(); // Constructor
~MapEditor(); // Destructor