summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2015-04-21 15:24:41 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2015-04-21 15:25:40 -0400
commit1d3253777ab45362d567222385f706c6e639a9c8 (patch)
tree25683c827a67cb896468471db25ba382c8bcbc53
parentdd6178bb3aa916b06ba2a3e23e74498332bdfc20 (diff)
downloadelementary-1d3253777ab45362d567222385f706c6e639a9c8.tar.gz
colorclass: move header behind EFL_BETA_API_SUPPORT
may end up iterating a bit more on this, don't want to be stuck with api
-rw-r--r--src/lib/elm_color_class.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/elm_color_class.h b/src/lib/elm_color_class.h
index 235405ee1..0baeae8f4 100644
--- a/src/lib/elm_color_class.h
+++ b/src/lib/elm_color_class.h
@@ -1,5 +1,6 @@
-#ifndef ELM_COLOR_CLASS_H
-# define ELM_COLOR_CLASS_H
+#ifdef EFL_BETA_API_SUPPORT
+# ifndef ELM_COLOR_CLASS_H
+# define ELM_COLOR_CLASS_H
/**
* @defgroup Elm_Color_Class_Group Color Class Editor
@@ -82,4 +83,5 @@ EAPI void elm_color_class_list_cb_set(Elm_Color_Class_List_Cb cb);
EAPI Eina_List *elm_color_class_util_edje_file_list(Eina_File *f);
/** }@ */
+# endif
#endif