Skip to content

Commit 46242de

Browse files
committed
update
1 parent 0d15eb5 commit 46242de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svgnative/tests/parsing-tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ TEST_P(ParsingTestFixture, color_mix)
4040
EXPECT_EQ(wasParsingSuccessful, true);
4141
EXPECT_EQ(colorImpl.type() == typeid(ColorMixPtr), true);
4242

43-
auto blendedColor = boost::get<ColorMixPtr>(colorImpl)->BlendedColor(colorMap);
43+
auto blendedColor = SVGNative::get<ColorMixPtr>(colorImpl)->BlendedColor(colorMap);
4444
auto& expectedColor = param.second;
4545
EXPECT_FLOAT_EQ(blendedColor[0], expectedColor[0]);
4646
EXPECT_FLOAT_EQ(blendedColor[1], expectedColor[1]);

0 commit comments

Comments
 (0)