X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flayers.cpp;h=3205323e3d2d19df035db0aaa6ec12f93cdd988e;hb=343c700f2e1003855dfdeb4e2e7d102dc8bbe696;hp=55d3d3f9bad1067a0598690414fe1f17ddc0afd9;hpb=add2152e7561ea456068dd73ebbdc480d13e1015;p=staging%2Fwindowmanager.git diff --git a/src/layers.cpp b/src/layers.cpp index 55d3d3f..3205323 100644 --- a/src/layers.cpp +++ b/src/layers.cpp @@ -162,7 +162,7 @@ json layer::to_json() const { json layer_map::to_json() const { json j{}; - for (auto const &i: this->mapping) { + for (auto const &i : this->mapping) { j.push_back(i.to_json()); } return j;