Fix linux build.

This commit is contained in:
James Grogan 2023-02-26 18:23:21 +00:00
parent c5363327e8
commit 198caa700b
16 changed files with 34 additions and 24 deletions

View file

@ -16,7 +16,7 @@ TEST_CASE(TestSvgConverter, "[publishing]")
Scene scene;
//scene.setShowMeshOutline(true);
CircleNode circle({40, 40}, 20);
CircleNode circle(Point2{40, 40}, 20);
circle.setFillColor({255, 0, 0});
scene.addNode(&circle);