diff --git a/source/blender/makesrna/intern/rna_scene.cc b/source/blender/makesrna/intern/rna_scene.cc index 24e56b98ead..36a9c43f79e 100644 --- a/source/blender/makesrna/intern/rna_scene.cc +++ b/source/blender/makesrna/intern/rna_scene.cc @@ -685,7 +685,7 @@ static const EnumPropertyItem snap_to_items[] = { {0, nullptr, 0, nullptr, nullptr}, }; -static const EnumPropertyItem rna_enum_grease_pencil_selectmode_items[] = { +const EnumPropertyItem rna_enum_grease_pencil_selectmode_items[] = { {GP_SELECTMODE_POINT, "POINT", ICON_GP_SELECT_POINTS, "Point", "Select only points"}, {GP_SELECTMODE_STROKE, "STROKE", ICON_GP_SELECT_STROKES, "Stroke", "Select all stroke points"}, {GP_SELECTMODE_SEGMENT,