Skip to content

Commit 12df3a3

Browse files
committed
Windows: fix compilation issue
1 parent d477eda commit 12df3a3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

include/hpp/fcl/internal/shape_shape_func.h

+5-7
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,11 @@ struct ShapeShapeDistancer {
6767
};
6868

6969
template <typename ShapeType1, typename ShapeType2>
70-
HPP_FCL_DLLAPI FCL_REAL ShapeShapeDistance(const CollisionGeometry* o1,
71-
const Transform3f& tf1,
72-
const CollisionGeometry* o2,
73-
const Transform3f& tf2,
74-
const GJKSolver* nsolver,
75-
const DistanceRequest& request,
76-
DistanceResult& result) {
70+
FCL_REAL ShapeShapeDistance(const CollisionGeometry* o1, const Transform3f& tf1,
71+
const CollisionGeometry* o2, const Transform3f& tf2,
72+
const GJKSolver* nsolver,
73+
const DistanceRequest& request,
74+
DistanceResult& result) {
7775
return ShapeShapeDistancer<ShapeType1, ShapeType2>::run(
7876
o1, tf1, o2, tf2, nsolver, request, result);
7977
}

0 commit comments

Comments
 (0)