Evas 3d texture: Fix some Eolian warnings.

This commit is contained in:
Tom Hacohen 2015-06-04 10:15:41 +01:00
parent 183541cc75
commit 20934fa03d
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class Evas_3D_Texture (Evas_3D_Object, Evas.Common_Interface)
*/
params {
@in source: Evas_Object *; /*@ Source evas object to be used as the texture data. */
@in source: Evas.Object *; /*@ Source evas object to be used as the texture data. */
}
}