From 796dd8a321108df26757fb9df5c2aa6eb42c9633 Mon Sep 17 00:00:00 2001 From: Daniel Genrich Date: Mon, 30 Apr 2012 11:27:06 +0000 Subject: Fix compile error with msvc --- intern/smoke/intern/smoke_API.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/smoke') diff --git a/intern/smoke/intern/smoke_API.cpp b/intern/smoke/intern/smoke_API.cpp index 78f7d35360a..ce298cff0d2 100644 --- a/intern/smoke/intern/smoke_API.cpp +++ b/intern/smoke/intern/smoke_API.cpp @@ -276,7 +276,7 @@ extern "C" unsigned char *smoke_get_obstacle(FLUID_3D *fluid) return fluid->_obstacles; } -extern "C" void smoke_get_ob_velocity(struct FLUID_3D *fluid, float **x, float **y, float **z) +extern "C" void smoke_get_ob_velocity(FLUID_3D *fluid, float **x, float **y, float **z) { *x = fluid->_xVelocityOb; *y = fluid->_yVelocityOb; -- cgit v1.2.3