From f97b1626b36dc79ee4ef3bc5b1bfe0c2d1ae4805 Mon Sep 17 00:00:00 2001 From: Julien Valentin Date: Mon, 21 Aug 2017 18:33:56 +0200 Subject: [PATCH] fix nodevisitor construction --- include/osgUtil/DrawElementTypeSimplifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/DrawElementTypeSimplifier b/include/osgUtil/DrawElementTypeSimplifier index d090eb3d7..cc994f2f5 100644 --- a/include/osgUtil/DrawElementTypeSimplifier +++ b/include/osgUtil/DrawElementTypeSimplifier @@ -31,7 +31,7 @@ class OSGUTIL_EXPORT DrawElementTypeSimplifier class OSGUTIL_EXPORT DrawElementTypeSimplifierVisitor : public osg::NodeVisitor { public: - + DrawElementTypeSimplifierVisitor(): osg::NodeVisitor(osg::NodeVisitor::TRAVERSE_ALL_CHILDREN ) {} META_NodeVisitor(osgUtil, DrawElementTypeSimplifierVisitor); void apply(osg::Geometry& geom);