From da4991fcaebc12b2b5b61eaa15189617eeb792fd Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Wed, 5 Dec 2018 20:28:06 +0100 Subject: fix: Collada: remove Class from method definition in header file --- source/blender/collada/DocumentImporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/collada') 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*); -- cgit v1.2.3