diff --git a/tests/Engine/Core/Color.cpp b/tests/Engine/Core/Color.cpp index a50d07d00..95669d382 100644 --- a/tests/Engine/Core/Color.cpp +++ b/tests/Engine/Core/Color.cpp @@ -81,7 +81,7 @@ SCENARIO("Color", "[CORE][COLOR]") { struct ColorData { - const char* name; + std::string name; Nz::Color rgb; float cyan, magenta, yellow; float cyanK, magentaK, yellowK, black;