Fix UnitTest compilation
This commit is contained in:
parent
2873eaefaa
commit
e0a3cab457
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue