Fixed -Wextra warnings
This commit is contained in:
parent
744421631e
commit
832fc29fc1
@ -49,7 +49,12 @@ public:
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
SwitchDOFVisitor(const SwitchDOFVisitor& sdfv, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY) {}
|
SwitchDOFVisitor(const SwitchDOFVisitor& sdfv, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY):
|
||||||
|
osg::Object(sdfv, copyop),
|
||||||
|
osg::Callback(sdfv, copyop),
|
||||||
|
osg::NodeVisitor(sdfv, copyop),
|
||||||
|
osgGA::GUIEventHandler(sdfv, copyop)
|
||||||
|
{}
|
||||||
|
|
||||||
META_Object(osg, SwitchDOFVisitor)
|
META_Object(osg, SwitchDOFVisitor)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user