Skip to content

Commit

Permalink
[Visual] Fix VisualState.h compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
epernod authored and fredroy committed Dec 27, 2024
1 parent 238851c commit d3fa1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sofa/framework/Core/src/sofa/core/visual/VisualState.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d3fa1a4

Please sign in to comment.