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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-06 16:04:56 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-06 16:04:56 +0400
commite161c22dc24842e1900f3c68948fe7a4af973c4e (patch)
treeaaf50c4b16a22641abc6c56a2d994c1216e94bf2 /source/blender/collada/ArmatureExporter.cpp
parent7245280f6c9c797e92d51bd10fc1d1127efdd394 (diff)
Assorted GCC fixes for OpenCOLLADA support
Diffstat (limited to 'source/blender/collada/ArmatureExporter.cpp')
-rw-r--r--source/blender/collada/ArmatureExporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/ArmatureExporter.cpp b/source/blender/collada/ArmatureExporter.cpp
index 527ccd66577..bf75baaf89d 100644
--- a/source/blender/collada/ArmatureExporter.cpp
+++ b/source/blender/collada/ArmatureExporter.cpp
@@ -35,7 +35,7 @@
#include "BKE_action.h"
#include "BKE_armature.h"
-#include "BLI_listBase.h"
+#include "BLI_listbase.h"
#include "GeometryExporter.h"
#include "ArmatureExporter.h"