X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapp.hpp;h=782f042828d6cf0e1cee477de3743e058e589e56;hb=4e1f6616b5ce24022f088943912e4b98e7764100;hp=1029aace81a814f1e0198201e49c9af21156d996;hpb=1ac578c061ec2640efb8b09396c824511702877d;p=apps%2Fagl-service-windowmanager.git diff --git a/src/app.hpp b/src/app.hpp index 1029aac..782f042 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -39,7 +39,7 @@ namespace wl { struct display; } -namespace genivi { +namespace compositor { struct controller; } @@ -142,7 +142,7 @@ struct App { // This is the one thing, we do not own. struct wl::display *display; - std::unique_ptr controller; + std::unique_ptr controller; std::vector> outputs; struct config config;