projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ebb744
)
[4.0] Vector2 is a struct
45/160545/1
author
Francisco Santos
<f1.santos@samsung.com>
Tue, 7 Nov 2017 17:46:25 +0000
(17:46 +0000)
committer
Adeel 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
patch
|
blob
|
history
diff --git
a/dali/internal/common/math.h
b/dali/internal/common/math.h
index
af398ec
..
023c58f
100644
(file)
--- a/
dali/internal/common/math.h
+++ b/
dali/internal/common/math.h
@@
-21,7
+21,7
@@
namespace Dali
{
-
class
Vector2;
+
struct
Vector2;
class Matrix;
namespace Internal