tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=20934fa03da25b2923192926d9a13b8201311b2e

commit 20934fa03da25b2923192926d9a13b8201311b2e
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Jun 4 10:15:41 2015 +0100

    Evas 3d texture: Fix some Eolian warnings.
---
 src/lib/evas/canvas/evas_3d_texture.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_3d_texture.eo 
b/src/lib/evas/canvas/evas_3d_texture.eo
index 4abd244..0063146 100644
--- a/src/lib/evas/canvas/evas_3d_texture.eo
+++ b/src/lib/evas/canvas/evas_3d_texture.eo
@@ -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. */
          }
       }
 

-- 


Reply via email to