[Bf-blender-cvs] [da4991fcaeb] master: fix: Collada: remove Class from method definition in header file

Gaia Clary noreply at git.blender.org
Wed Dec 5 20:28:35 CET 2018


Commit: da4991fcaebc12b2b5b61eaa15189617eeb792fd
Author: Gaia Clary
Date:   Wed Dec 5 20:28:06 2018 +0100
Branches: master
https://developer.blender.org/rBda4991fcaebc12b2b5b61eaa15189617eeb792fd

fix: Collada: remove Class from method definition in header file

===================================================================

M	source/blender/collada/DocumentImporter.h

===================================================================

diff --git a/source/blender/collada/DocumentImporter.h b/source/blender/collada/DocumentImporter.h
index 110389030de..084a7ca984d 100644
--- a/source/blender/collada/DocumentImporter.h
+++ b/source/blender/collada/DocumentImporter.h
@@ -108,7 +108,7 @@ public:
 
 #if OPENCOLLADA_WITH_ANIMATION_CLIP
 	// Please enable this when building with Collada 1.6.65 or newer (also in DocumentImporter.cpp)
-	bool DocumentImporter::writeAnimationClip(const COLLADAFW::AnimationClip *animationClip);
+	bool writeAnimationClip(const COLLADAFW::AnimationClip *animationClip);
 #endif
 
 	bool writeGeometry(const COLLADAFW::Geometry*);



More information about the Bf-blender-cvs mailing list