Fixes HoverEvent struct/class forward declarations. 16/241116/1
authorVictor Cebollada <v.cebollada@samsung.com>
Mon, 17 Aug 2020 07:38:28 +0000 (08:38 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Mon, 17 Aug 2020 07:40:10 +0000 (08:40 +0100)
* Fixes the warning
* Fixes the link fail for MS Visual Studio.

Change-Id: I3147360500ca7c4ed122c4a569e8c541ebb98183
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
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;