From b92d78553b1889ff5bfbea17b35cf8fda586a062 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 12 Apr 2018 15:59:51 +0200 Subject: Cleanup: don't use Blender structs in iTaSC module. --- intern/itasc/Scene.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/itasc/Scene.hpp') diff --git a/intern/itasc/Scene.hpp b/intern/itasc/Scene.hpp index ebbec561a6e..5ed031b543e 100644 --- a/intern/itasc/Scene.hpp +++ b/intern/itasc/Scene.hpp @@ -39,7 +39,7 @@ public: bool addSolver(Solver* _solver); bool addCache(Cache* _cache); bool initialize(); - bool update(const struct EvaluationContext *eval_ctx, double timestamp, double timestep, unsigned int numsubstep=1, bool reiterate=false, bool cache=true, bool interpolate=true); + bool update(double timestamp, double timestep, unsigned int numsubstep=1, bool reiterate=false, bool cache=true, bool interpolate=true); bool setParam(SceneParam paramId, double value); EIGEN_MAKE_ALIGNED_OPERATOR_NEW -- cgit v1.2.3