edje: add missing EAPI keyword for edje_color_class_del
authorJee-Yong Um <jc9.um@samsung.com>
Wed, 2 Dec 2015 22:34:12 +0000 (14:34 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 2 Dec 2015 22:34:16 +0000 (14:34 -0800)
Reviewers: jpeg

Subscribers: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/edje/edje_util.c

index aa77208..f913fb8 100644 (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;