summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/clonetiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/clonetiler.cpp')
-rw-r--r--src/ui/dialog/clonetiler.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/dialog/clonetiler.cpp b/src/ui/dialog/clonetiler.cpp
index e179d3692..550e20b45 100644
--- a/src/ui/dialog/clonetiler.cpp
+++ b/src/ui/dialog/clonetiler.cpp
@@ -142,9 +142,7 @@ CloneTiler::CloneTiler () :
GTK_CELL_RENDERER(cell_list->data),
"markup", 0, NULL);
- for (unsigned j = 0; j < G_N_ELEMENTS(sym_groups); ++j) {
- SymGroups const &sg = sym_groups[j];
-
+ for (const auto & sg : sym_groups) {
// Add the description of the symgroup to a new row
combo->append(sg.label);
}