From: Kazumasa Mitsunari Date: Fri, 22 Jun 2018 09:57:39 +0000 (+0900) Subject: Use class not struct for WindowManager X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=0ec07ddffcb8e9b23b8df8f4194d0e2dfeb03126;p=apps%2Fagl-service-windowmanager.git Use class not struct for WindowManager Forgot changing Change-Id: Iea4ee19208b0f54b5e419672c54ca7c42bbe2eb0 Signed-off-by: Kazumasa Mitsunari --- diff --git a/src/controller_hooks.hpp b/src/controller_hooks.hpp index 5b272d7..f259089 100644 --- a/src/controller_hooks.hpp +++ b/src/controller_hooks.hpp @@ -24,7 +24,7 @@ namespace wm { -struct WindowManager; +class WindowManager; struct controller_hooks {