From 5ae531d813ec105b91c5f7ef04c90f58b3d4c1e6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 18 Sep 2018 16:35:13 +1000 Subject: Cleanup: spelling --- source/blender/editors/include/ED_gizmo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_gizmo_utils.h') diff --git a/source/blender/editors/include/ED_gizmo_utils.h b/source/blender/editors/include/ED_gizmo_utils.h index 16b460f6ba5..90968754095 100644 --- a/source/blender/editors/include/ED_gizmo_utils.h +++ b/source/blender/editors/include/ED_gizmo_utils.h @@ -37,6 +37,6 @@ bool ED_gizmo_poll_or_unlink_delayed_from_operator( /** Use this as poll function directly for: #wmGizmoGroupType.poll */ bool ED_gizmo_poll_or_unlink_delayed_from_tool( - const bContext *C, struct wmGizmoGroupType *gzgt); + const struct bContext *C, struct wmGizmoGroupType *gzgt); #endif /* __ED_GIZMO_UTILS_H__ */ -- cgit v1.2.3