Last fix still failed to link under mingw.

This time it works! (gcc and mingw can handle compile and link)
This commit is contained in:
Andre Susano Pinto 2009-10-06 12:23:25 +00:00
parent 22605ec759
commit 2011ba50c8

@ -76,7 +76,7 @@ inline void bvh_node_push_childs<SVBVHNode>(SVBVHNode *node, Isect *isec, SVBVHN
}
template<>
void bvh_node_merge_bb<SVBVHNode>(SVBVHNode *node, float *min, float *max)
inline void bvh_node_merge_bb<SVBVHNode>(SVBVHNode *node, float *min, float *max)
{
if(is_leaf(node))
{