X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FIGESDraw%2FIGESDraw_SegmentedViewsVisible.cxx;h=75f13305c5137791946a1f6be2426771ad11d636;hb=9775fa6110885e0afde1c68f4a078a0766cb5521;hpb=0c63f2f8b922bc36025a61eed81ca221fdeb37e4 diff --git a/src/IGESDraw/IGESDraw_SegmentedViewsVisible.cxx b/src/IGESDraw/IGESDraw_SegmentedViewsVisible.cxx index db1ec2e734..75f13305c5 100644 --- a/src/IGESDraw/IGESDraw_SegmentedViewsVisible.cxx +++ b/src/IGESDraw/IGESDraw_SegmentedViewsVisible.cxx @@ -48,7 +48,7 @@ IGESDraw_SegmentedViewsVisible::IGESDraw_SegmentedViewsVisible () { } (allLineFontValues->Lower() != 1 || allLineFontValues->Length() != Len) || (allLineFontDefinitions->Lower() != 1 || allLineFontDefinitions->Length() != Len) || (allLineWeights->Lower() != 1 || allLineWeights->Length() != Len) ) - Standard_DimensionMismatch::Raise("IGESDraw_SegmentedViewsVisible : Init"); + throw Standard_DimensionMismatch("IGESDraw_SegmentedViewsVisible : Init"); theViews = allViews; theBreakpointParameters = allBreakpointParameters;