From 9d4a8cbd887f03bf1acfaae5e8e3342f3c7ed040 Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Thu, 8 Aug 2019 10:44:32 +0200 Subject: 2nd attempt to fix build error from rB22bdd08dfd08 sorry for the noise, if that doesnt do it, I'll revert and check this thoroughly... --- source/blender/editors/space_view3d/view3d_walk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_view3d/view3d_walk.c') diff --git a/source/blender/editors/space_view3d/view3d_walk.c b/source/blender/editors/space_view3d/view3d_walk.c index 4c84398f8d9..22c1aafd7c4 100644 --- a/source/blender/editors/space_view3d/view3d_walk.c +++ b/source/blender/editors/space_view3d/view3d_walk.c @@ -265,7 +265,7 @@ typedef struct WalkInfo { /* prototypes */ #ifdef WITH_INPUT_NDOF -static void walkApply_ndof(bContext *C, WalkInfo *walk, bool is_confirm) +static void walkApply_ndof(bContext *C, WalkInfo *walk, bool is_confirm); #endif /* WITH_INPUT_NDOF */ static int walkApply(bContext *C, struct WalkInfo *walk, bool force_autokey); static float getVelocityZeroTime(const float gravity, const float velocity); -- cgit v1.2.3