From a6878fc95fdf180f49d99519948175b5ac3ba057 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 17 Feb 2016 09:58:12 +0000 Subject: [PATCH] Eina types: add missing extern to matrix3 type. --- src/lib/eo/eina_types.eot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } struct @extern Eina.File; -struct Eina.Matrix3 { +struct @extern Eina.Matrix3 { xx: double; xy: double; xz: double;