Fix build error
[apps/agl-service-windowmanager.git] / src / wm_layer_control.hpp
index ea122a3..e2c4b18 100644 (file)
@@ -84,8 +84,8 @@ class LayerControl
     void dispatchPropertyChangeEvent(unsigned id, struct ilmSurfaceProperties*, t_ilm_notification_mask);\r
     void dispatchPropertyChangeEvent(unsigned id, struct ilmLayerProperties*, t_ilm_notification_mask);\r
   private:\r
-    WMError makeVisible(const WMClient* client);\r
-    WMError makeInvisible(const WMClient* client);\r
+    WMError makeVisible(const std::shared_ptr<WMClient> client);\r
+    WMError makeInvisible(const std::shared_ptr<WMClient> client);\r
     WMError loadLayerSetting(const std::string& path);\r
     WMError loadAreaDb(const std::string& path);\r
 \r