From 094a1f2b5ebb0850ceeff5b04819dd897c70b27f Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 17 Feb 2016 10:22:34 +0000 Subject: [PATCH] Evas canvas3d: Fix Eolian warnings. This includes either migrating types to eolian, fixing namespace or importing extra types. --- src/lib/evas/canvas/evas_canvas3d_node.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/evas_canvas3d_node.eo b/src/lib/evas/canvas/evas_canvas3d_node.eo index 1f2fd3ddd8..2ae271ad20 100644 --- a/src/lib/evas/canvas/evas_canvas3d_node.eo +++ b/src/lib/evas/canvas/evas_canvas3d_node.eo @@ -55,7 +55,7 @@ class Evas.Canvas3D.Node (Evas.Canvas3D.Object, Evas.Common_Interface) scene_root_get { [[Get hash table of scenes using this node as root.]] - return: Eina.Hash *; [[ scenes using this node as root.]] + return: hash *; [[ scenes using this node as root. FIXME: Actually a scene, not object.]] } position_set { [[Set the position of the given node.