aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.hpp')
-rw-r--r--src/app.hpp4
1 files changed, 2 insertions, 2 deletions
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<struct genivi::controller> controller;
+ std::unique_ptr<struct compositor::controller> controller;
std::vector<std::unique_ptr<struct wl::output>> outputs;
struct config config;