From 1e9772da120c21e4e533e58f9ffb22144ed2f4b6 Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 13 Mar 2019 21:42:22 +0300 Subject: [PATCH] Misprint correction --- src/ModelHighAPI/ModelHighAPI_Dumper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp index 2bf026285..2935ffb0f 100644 --- a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp +++ b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp @@ -442,7 +442,7 @@ void ModelHighAPI_Dumper::DumpStorageWeak::write(const AttributeSelectionPtr& th int anIndex = aNExplode.index(aShape); if (anIndex != 0) { // found a week-naming index, so, export it myDumpBuffer << "model.selection(\"" << aShape->shapeTypeStr() << "\", \"" - << theAttrSelect->contextName(aContext) << "\", " << anIndex; + << theAttrSelect->contextName(aContext) << "\", " << anIndex << ")"; aStandardDump = false; } } -- 2.39.2