1
1

Cleanup: remove compilation warning in previous commit.

This commit is contained in:
2021-06-30 09:45:07 +02:00
parent e9d6f2164e
commit d3f7ed08e7

View File

@@ -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];