Sketcher: Fix warning not all enum handled in switch

This commit is contained in:
Abdullah Tahiri
2022-06-25 19:45:18 +02:00
parent ad23b275a1
commit d6fcce96b1

View File

@@ -7940,6 +7940,7 @@ bool SketchObject::getInternalTypeState(const Constraint * cstr, Sketcher::Inter
switch(cstr->AlignmentType){
case Undef:
case NumInternalAlignmentType:
internaltypestate = InternalType::None;
break;
case EllipseMajorDiameter: