diff --git a/src/r_data/r_sections.cpp b/src/r_data/r_sections.cpp index fcc273d337..9186a13a13 100644 --- a/src/r_data/r_sections.cpp +++ b/src/r_data/r_sections.cpp @@ -565,7 +565,7 @@ public: // Don't use iterators here. These arrays are modified inside. for (unsigned j = 0; j < build.Size(); j++) { - auto ¤t = build[j]; + auto current = build[j]; for (int i = 0; i < (int)workingSet.Size(); i++) { // Are both sections close together?