Skip to content

Commit

Permalink
Remove symbol in fwd.h for Win compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Feb 28, 2024
1 parent d09f02e commit 98bc74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sofa/framework/Simulation/Core/src/sofa/simulation/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ namespace sofa::simulation
typedef sofa::core::sptr<Simulation> SimulationSPtr;

/// Set the (unique) simulation which controls the scene
SOFA_SIMULATION_CORE_API
SOFA_ATTRIBUTE_DISABLED_SETSIMULATIONRAWPOINTER()
void setSimulation(Simulation* s) = delete;

Expand Down

1 comment on commit 98bc74b

@hugtalbot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not seem to be sufficient @damienmarchal

Please sign in to comment.