Skip to content

Commit 3711b9e

Browse files
authored
[Core] Fix VisualState.h compilation on windows (#5181)
[Visual] Fix VisualState.h compilation
1 parent 238851c commit 3711b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sofa/framework/Core/src/sofa/core/visual/VisualState.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ template< typename DataTypes >
3333
class VisualState : public core::State< DataTypes >
3434
{
3535
public:
36-
SOFA_CLASS(VisualState, SOFA_TEMPLATE(core::State, defaulttype::Vec3Types));
36+
SOFA_CLASS(SOFA_TEMPLATE(VisualState, DataTypes), SOFA_TEMPLATE(core::State, DataTypes));
3737

3838
using VecCoord = typename DataTypes::VecCoord;
3939
using VecDeriv = typename DataTypes::VecCoord;

0 commit comments

Comments
 (0)