diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-30 15:38:04 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-11-01 20:13:32 +0900 |
commit | 4e1f6616b5ce24022f088943912e4b98e7764100 (patch) | |
tree | d9a72b56e8ca1a31a5a52be97c7201bbeeae728d /src/json_helper.hpp | |
parent | 1ac578c061ec2640efb8b09396c824511702877d (diff) |
Change namespace name to generic name
The name of namespace "genivi" was used.
This is not generic, so changed it to "compositor".
Conflicts:
src/app.cpp
Change-Id: Ie088e5d404e1981f7bc149abbc20e900bea8ec2d
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'src/json_helper.hpp')
-rw-r--r-- | src/json_helper.hpp | 4 |
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 |