Skip to content

Commit

Permalink
parsers/mjcf: remove redundant PINOCCHIO_PARSERS_DLLAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Sep 22, 2024
1 parent 379f432 commit e616e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pinocchio/parsers/mjcf/mjcf-graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ namespace pinocchio
/// @brief Parse the equality constraints and add them to the model
/// @param model Model to add the constraints to
/// @param contact_models Vector of contact models to add the constraints to
PINOCCHIO_PARSERS_DLLAPI void parseContactInformation(
void parseContactInformation(
const Model & model,
PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR(RigidConstraintModel) & contact_models);

Expand Down

0 comments on commit e616e8a

Please sign in to comment.