Fix UnitTest compilation

This commit is contained in:
Jérôme Leclercq 2020-08-27 19:26:27 +02:00
parent 2873eaefaa
commit e0a3cab457
1 changed files with 1 additions and 1 deletions

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;