Evas canvas3d: Fix reference to class in .eo file.

We should reference classes directly, not use 'Eo'.
This commit is contained in:
Tom Hacohen 2015-07-09 13:41:57 +01:00
parent 589fbd80cd
commit d7a921788f
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ class Evas.Canvas3D.Node (Evas.Canvas3D.Object, Evas.Common_Interface)
*/
}
values {
target: Eo *; /*@ Target node.*/
target: Evas.Canvas3D.Node *; /*@ Target node.*/
}
}
}