From 3711b9e806b63fde2361ceba0298c8c0c3493028 Mon Sep 17 00:00:00 2001 From: erik pernod Date: Fri, 27 Dec 2024 10:56:45 +0100 Subject: [PATCH] [Core] Fix VisualState.h compilation on windows (#5181) [Visual] Fix VisualState.h compilation --- Sofa/framework/Core/src/sofa/core/visual/VisualState.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sofa/framework/Core/src/sofa/core/visual/VisualState.h b/Sofa/framework/Core/src/sofa/core/visual/VisualState.h index c1a4cd4c231..4790d948149 100644 --- a/Sofa/framework/Core/src/sofa/core/visual/VisualState.h +++ b/Sofa/framework/Core/src/sofa/core/visual/VisualState.h @@ -33,7 +33,7 @@ template< typename DataTypes > class VisualState : public core::State< DataTypes > { public: - SOFA_CLASS(VisualState, SOFA_TEMPLATE(core::State, defaulttype::Vec3Types)); + SOFA_CLASS(SOFA_TEMPLATE(VisualState, DataTypes), SOFA_TEMPLATE(core::State, DataTypes)); using VecCoord = typename DataTypes::VecCoord; using VecDeriv = typename DataTypes::VecCoord;