summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_widget_combobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_widget_combobox.h')
-rw-r--r--src/lib/elementary/elm_widget_combobox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_widget_combobox.h b/src/lib/elementary/elm_widget_combobox.h
index 889f97b28b..2fe0ce8bcb 100644
--- a/src/lib/elementary/elm_widget_combobox.h
+++ b/src/lib/elementary/elm_widget_combobox.h
@@ -81,6 +81,6 @@ struct _Elm_Combobox_Data
#define ELM_COMBOBOX_CLASS elm_combobox_class_get()
-EWAPI const Efl_Class *elm_combobox_class_get(void);
+EWAPI const Efl_Class *elm_combobox_class_get(void) EINA_CONST;
#endif