elimina NOLINT(identifier-naming) obsolets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user