File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010namespace sofa ::collisionalgorithm {
1111
12- class BaseAABBBroadPhase : public BaseGeometry ::BroadPhase {
12+ class SOFA_COLLISIONALGORITHM_API BaseAABBBroadPhase : public BaseGeometry::BroadPhase {
1313public:
1414
1515 SOFA_ABSTRACT_CLASS (BaseAABBBroadPhase,BaseGeometry::BroadPhase);
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace sofa::collisionalgorithm {
1616 * The class is part of the broader collision detection system and is used to quickly narrow down
1717 * potential collisions before more detailed, computationally expensive checks are performed.
1818 */
19- class AABBBroadPhase : public BaseAABBBroadPhase {
19+ class SOFA_COLLISIONALGORITHM_API AABBBroadPhase : public BaseAABBBroadPhase {
2020public:
2121
2222 /* *
Original file line number Diff line number Diff line change 77
88namespace sofa ::collisionalgorithm {
99
10- class FullAABBBroadPhase : public BaseAABBBroadPhase {
10+ class SOFA_COLLISIONALGORITHM_API FullAABBBroadPhase : public BaseAABBBroadPhase {
1111public:
1212
1313 SOFA_CLASS (FullAABBBroadPhase,BaseAABBBroadPhase);
You can’t perform that action at this time.
0 commit comments