Fix UnitTest compilation

This commit is contained in:
Jérôme Leclercq
2020-08-27 19:26:27 +02:00
parent 2873eaefaa
commit e0a3cab457

View File

@@ -81,7 +81,7 @@ SCENARIO("Color", "[CORE][COLOR]")
{ {
struct ColorData struct ColorData
{ {
const char* name; std::string name;
Nz::Color rgb; Nz::Color rgb;
float cyan, magenta, yellow; float cyan, magenta, yellow;
float cyanK, magentaK, yellowK, black; float cyanK, magentaK, yellowK, black;