cltName = new TCollection_HAsciiString (
s_CltInfo.Value ( sIndices.Value ( 1 ) ) -> Name ()
);
- aType = ( CPPJini_ExtractionType )sModes.Value ( 1 );
+ aType = ( CPPJini_ExtractionType ) (int) sModes.Value ( 1 );
retVal = Standard_True;
break;
s_CltInfo.Prepend ( ci );
fDefined = Standard_True;
cltName = new TCollection_HAsciiString ( ci -> Name () );
- aType = ( CPPJini_ExtractionType )sModes.Value ( i );
+ aType = ( CPPJini_ExtractionType ) (int) sModes.Value ( i );
} else {
ci = s_CltInfo.Value ( index );
cltName = new TCollection_HAsciiString ( ci -> Name () );
- aType = ( CPPJini_ExtractionType )sModes.Value ( j );
+ aType = ( CPPJini_ExtractionType ) (int) sModes.Value ( j );
s_CltInfo.Remove ( index );
s_CltInfo.Prepend ( ci );
ci = s_CltInfo.Value ( index );
cltName = new TCollection_HAsciiString ( ci -> Name () );
- aType = ( CPPJini_ExtractionType )sModes.Value ( j );
+ aType = ( CPPJini_ExtractionType ) (int) sModes.Value ( j );
s_CltInfo.Remove ( index );
s_CltInfo.Prepend ( ci );