[Bf-blender-cvs] [d3f7ed08e78] blender-v2.93-release: Cleanup: remove compilation warning in previous commit.

Jeroen Bakker noreply at git.blender.org
Wed Jun 30 09:47:16 CEST 2021


Commit: d3f7ed08e78b5b1c80ac451079e43d133bb74e43
Author: Jeroen Bakker
Date:   Wed Jun 30 09:45:07 2021 +0200
Branches: blender-v2.93-release
https://developer.blender.org/rBd3f7ed08e78b5b1c80ac451079e43d133bb74e43

Cleanup: remove compilation warning in previous commit.

===================================================================

M	source/blender/editors/space_buttons/buttons_context.c

===================================================================

diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c
index 9760897cb22..2a22b935e18 100644
--- a/source/blender/editors/space_buttons/buttons_context.c
+++ b/source/blender/editors/space_buttons/buttons_context.c
@@ -154,7 +154,9 @@ static bool buttons_context_path_world(ButsContextPath *path)
   return false;
 }
 
-static bool buttons_context_path_collection(bContext *C, ButsContextPath *path, wmWindow *window)
+static bool buttons_context_path_collection(const bContext *C,
+                                            ButsContextPath *path,
+                                            wmWindow *window)
 {
   PointerRNA *ptr = &path->ptr[path->len - 1];



More information about the Bf-blender-cvs mailing list