1
0
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:
Pawel 2012-07-20 16:56:01 +02:00 committed by Pawel Kowalski
parent e25709170a
commit 8d3d66d629

View File

@ -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;