Revert "Revert "Fixes HoverEvent struct/class forward declarations.""
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 24 Aug 2020 04:46:55 +0000 (13:46 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 24 Aug 2020 04:46:55 +0000 (13:46 +0900)
This reverts commit 7954d4ee26489ef6a04b1cf32476fd198aebd38d.

dali/internal/event/actors/actor-impl.h
dali/public-api/actors/actor.h
dali/public-api/actors/custom-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
index ac5564f..ecf8372 100644 (file)
@@ -50,7 +50,7 @@ struct Degree;
 class Quaternion;
 class Layer;
 class TouchData;
-struct HoverEvent;
+class HoverEvent;
 struct WheelEvent;
 struct Vector2;
 struct Vector3;
index 12b8828..ba59fab 100644 (file)
@@ -45,7 +45,7 @@ class CustomActor;
 class CustomActorImpl;
 class RelayoutContainer;
 struct KeyEvent;
-struct HoverEvent;
+class HoverEvent;
 struct WheelEvent;
 struct Vector2;
 struct Vector3;