mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
delete unuseful semicolon
This commit is contained in:
parent
5a123eb840
commit
1348a40ebc
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ IObservableVector<String ^> ^ KeyGraphFeaturesInfo::ConvertWStringVector(vector<
|
||||||
IObservableMap<String ^, String ^> ^ KeyGraphFeaturesInfo::ConvertWStringIntMap(map<wstring, int> inMap)
|
IObservableMap<String ^, String ^> ^ KeyGraphFeaturesInfo::ConvertWStringIntMap(map<wstring, int> inMap)
|
||||||
{
|
{
|
||||||
Map<String ^, String ^> ^ outMap = ref new Map<String ^, String ^>();
|
Map<String ^, String ^> ^ outMap = ref new Map<String ^, String ^>();
|
||||||
;
|
|
||||||
for (const auto& m : inMap)
|
for (const auto& m : inMap)
|
||||||
{
|
{
|
||||||
outMap->Insert(ref new String(m.first.c_str()), m.second.ToString());
|
outMap->Insert(ref new String(m.first.c_str()), m.second.ToString());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue