Fixes HoverEvent struct/class forward declarations.
[platform/core/uifw/dali-core.git] / dali / internal / event / actors / actor-impl.h
index 082fd98..a549089 100644 (file)
@@ -44,7 +44,7 @@ namespace Dali
 
 struct KeyEvent;
 class TouchData;
-struct HoverEvent;
+class HoverEvent;
 struct WheelEvent;
 
 namespace Internal