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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-18 01:57:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-18 01:57:56 +0300
commitf77051c2fcd49e327d44c1edf92ebe9a4258c6c0 (patch)
tree0b54291466f42871b2ff71b82140fb64d1858fe6 /source/blender/collada/collada_internal.h
parenta241ce1fd185ea23ba983311589ddd865d4e50d0 (diff)
fix for build warning with openCOLLADA svn833 reported by Dave Plater.
Also fixed duplicate header define between 2 includes.
Diffstat (limited to 'source/blender/collada/collada_internal.h')
-rw-r--r--source/blender/collada/collada_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/collada/collada_internal.h b/source/blender/collada/collada_internal.h
index 72b03a3d090..336f66edffd 100644
--- a/source/blender/collada/collada_internal.h
+++ b/source/blender/collada/collada_internal.h
@@ -21,8 +21,8 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef BLENDER_COLLADA_H
-#define BLENDER_COLLADA_H
+#ifndef COLLADA_INTERNAL_H
+#define COLLADA_INTERNAL_H
#include <string>
#include <vector>
@@ -89,4 +89,4 @@ extern std::string get_joint_id(Bone *bone, Object *ob_arm);
extern std::string get_camera_id(Object *ob);
-#endif
+#endif /* COLLADA_INTERNAL_H */