diff options
author | Yakov Goldberg <yakov.g@samsung.com> | 2014-01-23 17:17:54 +0200 |
---|---|---|
committer | Yakov Goldberg <yakov.g@samsung.com> | 2014-03-04 11:23:19 +0200 |
commit | bd9be2d33517161a1fc53952e970fb0a2ea77cc5 (patch) | |
tree | 09f9156720c008554a13354464413cc058e092c3 /src/bin/egui_gui/props_helper.h | |
parent | bf5f88718115fe94c3837af43b5f9fa4eee2621a (diff) |
fixing const stuff
Diffstat (limited to 'src/bin/egui_gui/props_helper.h')
-rw-r--r-- | src/bin/egui_gui/props_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/egui_gui/props_helper.h b/src/bin/egui_gui/props_helper.h index 2e47420..f6d2076 100644 --- a/src/bin/egui_gui/props_helper.h +++ b/src/bin/egui_gui/props_helper.h | |||
@@ -8,7 +8,7 @@ Eo * | |||
8 | props_entry_add(Eo *box, const char *str, Gui_Type t); | 8 | props_entry_add(Eo *box, const char *str, Gui_Type t); |
9 | 9 | ||
10 | Eo * | 10 | Eo * |
11 | props_label_add(Eo *box, Op_Desc *op); | 11 | props_label_add(Eo *box, const Op_Desc *op); |
12 | 12 | ||
13 | Eo * | 13 | Eo * |
14 | props_check_add(Eo *box, Eina_Bool state); | 14 | props_check_add(Eo *box, Eina_Bool state); |