X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flayers.cpp;h=7beb075948530cf7ebb5dd8456914ac541b0168f;hb=978b1e2dc1ccd40e08fd700bda75bedd15b609b8;hp=931fd5e3b1d2e91a27dbfbe47bd9da0334cf5aa2;hpb=42f7dfd87b7192ecd326598d627e32a5feddf43b;p=staging%2Fwindowmanager.git diff --git a/src/layers.cpp b/src/layers.cpp index 931fd5e..7beb075 100644 --- a/src/layers.cpp +++ b/src/layers.cpp @@ -132,7 +132,7 @@ optional get_surface_id_to_layer(struct layer_map const *s2l, return nullopt; } -} +} // namespace optional layer_map::get_layer_id(int surface_id) { auto e = get_surface_id_to_layer(this, surface_id);