diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/emotion_smart.c b/src/lib/emotion/emotion_smart.c index d0b0f327f8..5e7afa29de 100644 --- a/src/lib/emotion/emotion_smart.c +++ b/src/lib/emotion/emotion_smart.c | |||
@@ -236,7 +236,7 @@ EAPI Evas_Object * | |||
236 | emotion_object_add(Evas *evas) | 236 | emotion_object_add(Evas *evas) |
237 | { | 237 | { |
238 | Evas_Object *e; | 238 | Evas_Object *e; |
239 | e = eo_add(MY_CLASS, evas); | 239 | eo_add(&e, MY_CLASS, evas); |
240 | return e; | 240 | return e; |
241 | } | 241 | } |
242 | 242 | ||