Salome HOME
fix Group Dialog
[modules/smesh.git] / src / OBJECT / SMESH_Actor.cxx
index 48b0c7d0f6b2e59f977c30dc404078efe2316d03..05bec17b37e9c60a4583b8de43f42e42799c81d1 100644 (file)
@@ -2225,7 +2225,7 @@ void SMESH_ActorDef::SetBallScale( double theVal )
   Modified();
 }
 
-int SMESH_ActorDef::GetObjDimension( const int theObjId )
+int SMESH_ActorDef::GetObjDimension( const vtkIdType theObjId )
 {
   return myVisualObj->GetElemDimension( theObjId );
 }