edje: add missing EAPI keyword for edje_color_class_del

Reviewers: jpeg

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3398

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Jee-Yong Um 2015-12-02 14:34:12 -08:00 committed by Cedric BAIL
parent 91ba12fed9
commit dc918064ce
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ edje_color_class_get(const char *color_class, int *r, int *g, int *b, int *a, in
}
}
void
EAPI void
edje_color_class_del(const char *color_class)
{
Edje_Color_Class *cc;