From 5f47f1370e63a54a98e7cce5b5aee91da1214aae Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 30 Jan 2014 16:24:51 +1100 Subject: UI: move toggle icons out of layout checks into rna --- source/blender/makesrna/RNA_define.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/RNA_define.h') diff --git a/source/blender/makesrna/RNA_define.h b/source/blender/makesrna/RNA_define.h index 2b1a5bc71ff..cc876b4375e 100644 --- a/source/blender/makesrna/RNA_define.h +++ b/source/blender/makesrna/RNA_define.h @@ -158,7 +158,7 @@ void RNA_def_property_string_default(PropertyRNA *prop, const char *value); void RNA_def_property_ui_text(PropertyRNA *prop, const char *name, const char *description); void RNA_def_property_ui_range(PropertyRNA *prop, double min, double max, double step, int precision); -void RNA_def_property_ui_icon(PropertyRNA *prop, int icon, int consecutive); +void RNA_def_property_ui_icon(PropertyRNA *prop, int icon, bool consecutive); void RNA_def_property_update(PropertyRNA *prop, int noteflag, const char *updatefunc); void RNA_def_property_editable_func(PropertyRNA *prop, const char *editable); -- cgit v1.2.3