From 1348a40ebc2528d70f991c99da876dbdec9ba256 Mon Sep 17 00:00:00 2001 From: wy-luke Date: Thu, 27 Jan 2022 13:06:34 +0800 Subject: [PATCH] delete unuseful semicolon --- src/GraphControl/Models/KeyGraphFeaturesInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GraphControl/Models/KeyGraphFeaturesInfo.cpp b/src/GraphControl/Models/KeyGraphFeaturesInfo.cpp index ca48f5c9..23c334f7 100644 --- a/src/GraphControl/Models/KeyGraphFeaturesInfo.cpp +++ b/src/GraphControl/Models/KeyGraphFeaturesInfo.cpp @@ -31,7 +31,7 @@ IObservableVector ^ KeyGraphFeaturesInfo::ConvertWStringVector(vector< IObservableMap ^ KeyGraphFeaturesInfo::ConvertWStringIntMap(map inMap) { Map ^ outMap = ref new Map(); - ; + for (const auto& m : inMap) { outMap->Insert(ref new String(m.first.c_str()), m.second.ToString());