Salome HOME
Update mechanism is corrected (Bug #182).
[modules/hydro.git] / src / HYDROData / test_HYDROData_BSplineOperation.cxx
index f5310176fb5bfbf9d1a1a895e71f6e809f0d821a..10dbb4360a160fea17f45cd0363d728edc268d8f 100644 (file)
@@ -48,7 +48,8 @@ void test_HYDROData_BSplineOperation::testPath()
 
   CPPUNIT_ASSERT( !aBSpline.Curve().IsNull() );
 
-  QPainterPath aPath = aBSpline.ComputePath();
+  QPainterPath aPath;
+  aBSpline.ComputePath( aPath );
   CPPUNIT_ASSERT( !aPath.isEmpty() );
   
   /*