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/rayobject_qbvh.cpp
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/rayobject_qbvh.cpp')
-rw-r--r--source/blender/render/intern/raytrace/rayobject_qbvh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/raytrace/rayobject_qbvh.cpp b/source/blender/render/intern/raytrace/rayobject_qbvh.cpp
index 8d35848c9ec..2719675e3b8 100644
--- a/source/blender/render/intern/raytrace/rayobject_qbvh.cpp
+++ b/source/blender/render/intern/raytrace/rayobject_qbvh.cpp
@@ -146,4 +146,4 @@ RayObject *RE_rayobject_qbvh_create(int size)
return NULL;
}
-#endif \ No newline at end of file
+#endif