diff options
author | Tom Hacohen <tom@stosb.com> | 2016-02-17 09:58:12 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-02-17 09:58:12 +0000 |
commit | a6878fc95fdf180f49d99519948175b5ac3ba057 (patch) | |
tree | d7ba074ff876d0722b6df9f34c105ca1db7feb0d /src/lib/eo/eina_types.eot | |
parent | 82caec28883d32338473ddfe92b08278a3a07f88 (diff) |
Eina types: add missing extern to matrix3 type.
Diffstat (limited to 'src/lib/eo/eina_types.eot')
-rw-r--r-- | src/lib/eo/eina_types.eot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index 0613ed808c..25ef72b42d 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot | |||
@@ -8,7 +8,7 @@ struct @extern Eina.Rectangle { | |||
8 | } | 8 | } |
9 | struct @extern Eina.File; | 9 | struct @extern Eina.File; |
10 | 10 | ||
11 | struct Eina.Matrix3 { | 11 | struct @extern Eina.Matrix3 { |
12 | xx: double; | 12 | xx: double; |
13 | xy: double; | 13 | xy: double; |
14 | xz: double; | 14 | xz: double; |