mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0023340: The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. StepToTopoDS.cxx
Corrected the used enumeration type.
This commit is contained in:
parent
e25709170a
commit
8d3d66d629
@ -88,7 +88,7 @@ Handle(TCollection_HAsciiString) StepToTopoDS::DecodeEdgeError(const StepToTopoD
|
||||
mess = new TCollection_HAsciiString("Translate Edge Done");
|
||||
break;
|
||||
}
|
||||
case StepToTopoDS_BuilderOther:
|
||||
case StepToTopoDS_TranslateEdgeOther:
|
||||
{
|
||||
mess = new TCollection_HAsciiString("Translate Edge Other");
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user