Fix build error on Windows 10/204610/1
authoradun <xiaohui.fang@samsung.com>
Thu, 25 Apr 2019 02:15:31 +0000 (10:15 +0800)
committeradun <xiaohui.fang@samsung.com>
Thu, 25 Apr 2019 02:15:31 +0000 (10:15 +0800)
Change-Id: I70588247ca73dde732251a016de69730b28a101a

dali/integration-api/scene.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 092b6c3..3e2cbf5
@@ -26,11 +26,11 @@ namespace Dali
 {
 
 class Actor;
-class KeyEvent;
+struct KeyEvent;
 class Layer;
 class RenderTaskList;
 class TouchData;
-class WheelEvent;
+struct WheelEvent;
 
 namespace Internal DALI_INTERNAL
 {