Fixed warnings

This commit is contained in:
Robert Osfield
2016-06-25 17:19:00 +01:00
parent 45555c895d
commit 40ccf503e4
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ namespace osgAnimation
typedef TemplateKeyframeContainer<typename SamplerType::KeyframeType> KeyframeContainerType;
Object* cloneType() const { return new TemplateChannel(); }
Object* clone(const osg::CopyOp& copyop) const { return new TemplateChannel<SamplerType>(*this); }
Object* clone(const osg::CopyOp&) const { return new TemplateChannel<SamplerType>(*this); }
Channel* clone() const { return new TemplateChannel<SamplerType>(*this); }
TemplateChannel (const TemplateChannel& channel) :