From e0a3cab4575525a01016b6a8b879a0359d2bbdef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 27 Aug 2020 19:26:27 +0200 Subject: [PATCH] Fix UnitTest compilation --- tests/Engine/Core/Color.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;