Salome HOME
Fix for the issue #2283: Mismatched free() / delete / delete[]
[modules/shaper.git] / src / GeomAPI / GeomAPI_Trsf.cpp
index 01a0e3f776fb11a1604e25ba045b40c07530dccf..1262d4717b34c21bb1156c2c23903017e874a236 100644 (file)
@@ -40,7 +40,7 @@ GeomAPI_Trsf::GeomAPI_Trsf()
 
 //=================================================================================================
 GeomAPI_Trsf::GeomAPI_Trsf(void* theTrsf)
-: GeomAPI_Interface(theTrsf)
+: GeomAPI_Interface((gp_Trsf*)theTrsf)
 {
 }