Fix build error
[apps/agl-service-windowmanager.git] / src / request.hpp
index 84973de..95b8c82 100644 (file)
@@ -24,6 +24,8 @@
 namespace wm
 {
 
+class WMClient;
+
 enum Task
 {
     TASK_ALLOCATE,
@@ -53,7 +55,7 @@ struct WMAction
     std::string area;
     TaskVisible visible;
     bool end_draw_finished;
-    std::shared_ptr<WMAction> client;
+    std::shared_ptr<WMClient> client;
     unsigned req_num;
 };