Salome HOME
Porting to VTK 6.
[modules/visu.git] / src / VISU_I / VISU_Deformation_i.cc
index f78df4ee1b22089778f5a84f4e5fc43f907e350d..192ec2c222e7d396a63a5a3d431a6fdb42943972 100755 (executable)
@@ -56,7 +56,7 @@ void VISU::Deformation_i::SetScale(CORBA::Double theScale)
 
   VISU::TSetModified aModified(GetColoredPrs3d());
 
-  ProcessVoidEvent(new TVoidMemFun1ArgEvent<VISU_DeformationPL, vtkFloatingPointType>
+  ProcessVoidEvent(new TVoidMemFun1ArgEvent<VISU_DeformationPL, double>
                   (GetSpecificDeformedPL(), &VISU_DeformationPL::SetScale, theScale));
 }