evas/vector: typo fixed 27/43227/1
authorSubhransu Sekhar Mohanty <sub.mohanty@samsung.com>
Tue, 3 Feb 2015 02:26:04 +0000 (11:26 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jul 2015 02:05:55 +0000 (11:05 +0900)
Change-Id: I055ae63bc005076ccb4eaf5190a3dbe3df32f7cb

src/lib/evas/canvas/evas_vg_shape.c

index 918a13e..bf446c3 100644 (file)
@@ -310,7 +310,7 @@ _evas_vg_shape_eo_base_constructor(Eo *obj, Evas_VG_Shape_Data *pd)
    pd->stroke.centered = 0.5;
 
    nd = eo_data_scope_get(obj, EVAS_VG_NODE_CLASS);
-   nd->render_pre = _evas_vg_shape_render_pre;
+   nd->render_pre = &_evas_vg_shape_render_pre;
    nd->data = pd;
 }