aboutsummaryrefslogtreecommitdiffstats
path: root/src/json_helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/json_helper.hpp')
-rw-r--r--src/json_helper.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/json_helper.hpp b/src/json_helper.hpp
index 15d72c3..73f79d2 100644
--- a/src/json_helper.hpp
+++ b/src/json_helper.hpp
@@ -23,8 +23,8 @@
struct json_object;
-json_object *to_json(genivi::screen const *s);
-json_object *to_json(genivi::controller::props_map const &s);
+json_object *to_json(compositor::screen const *s);
+json_object *to_json(compositor::controller::props_map const &s);
json_object *to_json(std::vector<uint32_t> const &v);
#endif // TMCAGLWM_JSON_HELPER_HPP