From 2fa7e81d9c455fa188a291db4d1fd918592d3676 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Jan 2021 12:59:00 +1100 Subject: Cleanup: use 'const' argument for parameter argument --- source/blender/editors/space_script/space_script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_script') diff --git a/source/blender/editors/space_script/space_script.c b/source/blender/editors/space_script/space_script.c index 68697f20f9c..47de18e8faf 100644 --- a/source/blender/editors/space_script/space_script.c +++ b/source/blender/editors/space_script/space_script.c @@ -156,7 +156,7 @@ static void script_header_region_draw(const bContext *C, ARegion *region) ED_region_header(C, region); } -static void script_main_region_listener(wmRegionListenerParams *UNUSED(params)) +static void script_main_region_listener(const wmRegionListenerParams *UNUSED(params)) { /* XXX - Todo, need the ScriptSpace accessible to get the python script to run. */ #if 0 -- cgit v1.2.3