Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2019-03-18 17:40:29 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-03-18 17:40:29 +0300
commitb7255d33dacabf93e0ed79425a5b54ad835d7ff5 (patch)
treebeff06013bc462df266a04802dbc520e533c19b6 /source/blender/makesrna/intern/rna_internal.h
parent94f55d14c34bb398c9137e40d7d2e966c9fd64e7 (diff)
Silence sorted function declaration/const warnings
Diffstat (limited to 'source/blender/makesrna/intern/rna_internal.h')
-rw-r--r--source/blender/makesrna/intern/rna_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_internal.h b/source/blender/makesrna/intern/rna_internal.h
index 0b00b9b60b8..c5e677f3626 100644
--- a/source/blender/makesrna/intern/rna_internal.h
+++ b/source/blender/makesrna/intern/rna_internal.h
@@ -216,7 +216,7 @@ void rna_def_mtex_common(struct BlenderRNA *brna, struct StructRNA *srna, const
const char *activeset, const char *activeeditable, const char *structname,
const char *structname_slots, const char *update, const char *update_index);
void rna_def_texpaint_slots(struct BlenderRNA *brna, struct StructRNA *srna);
-void rna_def_view_layer_common(struct StructRNA *srna, bool scene);
+void rna_def_view_layer_common(struct StructRNA *srna, const bool scene);
void rna_def_actionbone_group_common(struct StructRNA *srna, int update_flag, const char *update_cb);
void rna_ActionGroup_colorset_set(struct PointerRNA *ptr, int value);