projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a4e1a
)
edje: fix build break.
author
Cedric BAIL
<cedric@osg.samsung.com>
Tue, 31 Mar 2015 21:21:12 +0000
(23:21 +0200)
committer
Cedric BAIL
<cedric@osg.samsung.com>
Tue, 31 Mar 2015 21:21:12 +0000
(23:21 +0200)
src/lib/edje/Edje_Common.h
patch
|
blob
|
history
diff --git
a/src/lib/edje/Edje_Common.h
b/src/lib/edje/Edje_Common.h
index
db91730
..
19fc677
100644
(file)
--- a/
src/lib/edje/Edje_Common.h
+++ b/
src/lib/edje/Edje_Common.h
@@
-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)
;
/**