edje: fix build break.
authorCedric BAIL <cedric@osg.samsung.com>
Tue, 31 Mar 2015 21:21:12 +0000 (23:21 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 31 Mar 2015 21:21:12 +0000 (23:21 +0200)
src/lib/edje/Edje_Common.h

index db91730..19fc677 100644 (file)
@@ -1275,7 +1275,7 @@ EAPI Eina_Iterator *edje_color_class_active_iterator_new(void);
  *
  * @return an iterator of Edje_Color_Class provided by the Edje file.
  */
-EAPI Eina_Iterator *edje_mmap_color_class_iterator_new(Eina_File *f)
+EAPI Eina_Iterator *edje_mmap_color_class_iterator_new(Eina_File *f);
 
 
 /**