diff options
author | Tom Hacohen <tom@stosb.com> | 2015-06-04 10:15:41 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2015-06-04 10:16:14 +0100 |
commit | 20934fa03da25b2923192926d9a13b8201311b2e (patch) | |
tree | b8c4378a2df688adf7577a56db48f438e98c1215 /src | |
parent | 183541cc75203ed0869c5a4974b974e49bc989a5 (diff) |
Evas 3d texture: Fix some Eolian warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/evas/canvas/evas_3d_texture.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_3d_texture.eo b/src/lib/evas/canvas/evas_3d_texture.eo index 4abd244afb..00631468f5 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) | |||
97 | */ | 97 | */ |
98 | 98 | ||
99 | params { | 99 | params { |
100 | @in source: Evas_Object *; /*@ Source evas object to be used as the texture data. */ | 100 | @in source: Evas.Object *; /*@ Source evas object to be used as the texture data. */ |
101 | } | 101 | } |
102 | } | 102 | } |
103 | 103 | ||