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

This commit is contained in:
Gaia Clary
2018-12-05 20:28:06 +01:00
parent 4cb6d97691
commit da4991fcae

View File

@@ -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*);