Fix build.

This commit is contained in:
Roman Telezhynskyi 2021-05-31 12:23:59 +03:00
parent 3ae13febd3
commit daf42ccb67

View File

@ -463,5 +463,5 @@ void TST_VArc::EmptyArc()
VArc empty;
Comparison(empty.GetPoints(), {QPointF()});
QCOMPARE(empty.GetLength(), 0);
QCOMPARE(empty.GetLength(), 0.);
}