summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2015-06-04 10:15:41 +0100
committerTom Hacohen <tom@stosb.com>2015-06-04 10:16:14 +0100
commit20934fa03da25b2923192926d9a13b8201311b2e (patch)
treeb8c4378a2df688adf7577a56db48f438e98c1215
parent183541cc75203ed0869c5a4974b974e49bc989a5 (diff)
downloadefl-20934fa03da25b2923192926d9a13b8201311b2e.tar.gz
Evas 3d texture: Fix some Eolian warnings.
-rw-r--r--src/lib/evas/canvas/evas_3d_texture.eo2
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)
*/
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. */
}
}