diff --git a/ApplicationCode/Commands/ExportCommands/RicExportLgrFeature.cpp b/ApplicationCode/Commands/ExportCommands/RicExportLgrFeature.cpp index 67411c718f..6bc4f73384 100644 --- a/ApplicationCode/Commands/ExportCommands/RicExportLgrFeature.cpp +++ b/ApplicationCode/Commands/ExportCommands/RicExportLgrFeature.cpp @@ -407,9 +407,9 @@ std::map> if (name.isEmpty()) continue; - for (auto compl : intCell.second) + for (auto completion : intCell.second) { - completionToCells[CompletionInfo(compl.completionType(), name)].push_back(intCell.first); + completionToCells[CompletionInfo(completion.completionType(), name)].push_back(intCell.first); } } }