Evas 3d texture: Fix some Eolian warnings.
authorTom Hacohen <tom@stosb.com>
Thu, 4 Jun 2015 09:15:41 +0000 (10:15 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 4 Jun 2015 09:16:14 +0000 (10:16 +0100)
src/lib/evas/canvas/evas_3d_texture.eo

index 4abd244..0063146 100644 (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. */
          }
       }