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:
authorJoshua Leung <aligorith@gmail.com>2009-10-06 07:40:50 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-06 07:40:50 +0400
commit1c940d7677ceca15976b69b8bab1aede6ad6d4aa (patch)
tree4e67991fc8b2f8b2513a339ad39d10ad2a38737e /source/blender/render/intern/raytrace/svbvh.h
parent3fe274b072df205614da150df9c3743f2b1b422a (diff)
Attempts at some compile fixes for jaguarandi's code:
* mingw almost compiles again cleanly, except for a linking error when linking blender http://www.pasteall.org/8297 * win64 should compile again too to a similar degree? * silenced warnings about no newlines...
Diffstat (limited to 'source/blender/render/intern/raytrace/svbvh.h')
-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 3c733b6b402..5837d51d3d4 100644
--- a/source/blender/render/intern/raytrace/svbvh.h
+++ b/source/blender/render/intern/raytrace/svbvh.h
@@ -246,4 +246,4 @@ struct Reorganize_SVBVH
#endif
-#endif //__SSE__ \ No newline at end of file
+#endif //__SSE__