mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-30 12:14:08 +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");
|
mess = new TCollection_HAsciiString("Translate Edge Done");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case StepToTopoDS_BuilderOther:
|
case StepToTopoDS_TranslateEdgeOther:
|
||||||
{
|
{
|
||||||
mess = new TCollection_HAsciiString("Translate Edge Other");
|
mess = new TCollection_HAsciiString("Translate Edge Other");
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user