Eina types: add missing extern to matrix3 type.

This commit is contained in:
Tom Hacohen 2016-02-17 09:58:12 +00:00
parent 82caec2888
commit a6878fc95f
1 changed files with 1 additions and 1 deletions

View File

@ -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;