Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2009-10-06 16:23:25 +0400
committerAndre Susano Pinto <andresusanopinto@gmail.com>2009-10-06 16:23:25 +0400
commit2011ba50c84d61eff998812944354d444bd00041 (patch)
tree55c117944b0a1db12d931f2cbe06775909ad20e1 /source/blender/render/intern/raytrace
parent22605ec759a564428b82a3de1053c0152e9d9374 (diff)
Last fix still failed to link under mingw.
This time it works! (gcc and mingw can handle compile and link)
Diffstat (limited to 'source/blender/render/intern/raytrace')
-rw-r--r--source/blender/render/intern/raytrace/svbvh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/raytrace/svbvh.h b/source/blender/render/intern/raytrace/svbvh.h
index 5837d51d3d4..80e6e2ea190 100644
--- a/source/blender/render/intern/raytrace/svbvh.h
+++ b/source/blender/render/intern/raytrace/svbvh.h
@@ -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))
{