Revert "Fixes HoverEvent struct/class forward declarations."
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 19 Aug 2020 05:17:40 +0000 (14:17 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Wed, 19 Aug 2020 05:17:40 +0000 (14:17 +0900)
This reverts commit db10e5e61ed9d900d3942efc2eeab33971d0c183.

dali/internal/event/actors/actor-impl.h
dali/public-api/actors/actor.h
dali/public-api/actors/custom-actor-impl.h

index a549089..082fd98 100644 (file)
@@ -44,7 +44,7 @@ namespace Dali
 
 struct KeyEvent;
 class TouchData;
-class HoverEvent;
+struct HoverEvent;
 struct WheelEvent;
 
 namespace Internal
index ecf8372..ac5564f 100644 (file)
@@ -50,7 +50,7 @@ struct Degree;
 class Quaternion;
 class Layer;
 class TouchData;
-class HoverEvent;
+struct HoverEvent;
 struct WheelEvent;
 struct Vector2;
 struct Vector3;
index ba59fab..12b8828 100644 (file)
@@ -45,7 +45,7 @@ class CustomActor;
 class CustomActorImpl;
 class RelayoutContainer;
 struct KeyEvent;
-class HoverEvent;
+struct HoverEvent;
 struct WheelEvent;
 struct Vector2;
 struct Vector3;