File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public :
2424 /* !
2525 * \brief The BaseFilter class provides an interface to create proximity filter components
2626 */
27- class BaseFilter : public sofa ::core::objectmodel::BaseObject {
27+ class SOFA_COLLISIONALGORITHM_API BaseFilter : public sofa::core::objectmodel::BaseObject {
2828 public:
2929 SOFA_ABSTRACT_CLASS (BaseFilter, sofa::core::objectmodel::BaseObject);
3030
Original file line number Diff line number Diff line change 11#pragma once
22
3+ #include < CollisionAlgorithm/config.h>
34#include < CollisionAlgorithm/BaseAlgorithm.h>
45
56namespace sofa ::collisionalgorithm {
@@ -8,7 +9,7 @@ namespace sofa::collisionalgorithm {
89 * \brief The DistanceFilter class
910 * accepts proximities which positions are within a limited distance from each other
1011 */
11- class DistanceFilter : public BaseAlgorithm ::BaseFilter {
12+ class SOFA_COLLISIONALGORITHM_API DistanceFilter : public BaseAlgorithm::BaseFilter {
1213public:
1314 SOFA_CLASS (DistanceFilter, BaseFilter);
1415
You can’t perform that action at this time.
0 commit comments