[4.0] Vector2 is a struct 45/160545/1
authorFrancisco Santos <f1.santos@samsung.com>
Tue, 7 Nov 2017 17:46:25 +0000 (17:46 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 16 Nov 2017 16:25:31 +0000 (16:25 +0000)
Change-Id: I1299b0223c6eb773a84e49e7b806648b6d9827d6
(cherry picked from commit cdf5bb91a0ae88779eda324f3dd6a91049bd3ba8)

dali/internal/common/math.h

index af398ec..023c58f 100644 (file)
@@ -21,7 +21,7 @@
 namespace Dali
 {
 
-class Vector2;
+struct Vector2;
 class Matrix;
 
 namespace Internal