Skip to content
Snippets Groups Projects
Commit c48bb0e2 authored by Tobias Kunz's avatar Tobias Kunz
Browse files

Fix template specialization problem that caused link errors in Visual Studio 2010

parent 92aeca18
No related branches found
No related tags found
No related merge requests found
...@@ -525,5 +525,6 @@ Quaternion3f InterpMotion::absoluteRotation(FCL_REAL dt) const ...@@ -525,5 +525,6 @@ Quaternion3f InterpMotion::absoluteRotation(FCL_REAL dt) const
return delta_t * tf1.getQuatRotation(); return delta_t * tf1.getQuatRotation();
} }
template class TBVMotionBoundVisitor<RSS>;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment