From 1c699a3664871bbbad1f4e7d89070ba1d6bce209 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Jun 2014 09:12:43 +0000 Subject: [PATCH] Added using NodeCallback::run() to avoid warnings git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14246 16af8721-9629-0410-8352-f15c8da7e697 --- include/osg/ClusterCullingCallback | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/osg/ClusterCullingCallback b/include/osg/ClusterCullingCallback index 34976798e..8c1a444ae 100644 --- a/include/osg/ClusterCullingCallback +++ b/include/osg/ClusterCullingCallback @@ -33,6 +33,9 @@ class OSG_EXPORT ClusterCullingCallback : public Drawable::CullCallback, public META_Object(osg,ClusterCullingCallback); + // use the NodeCallbacks implementation of run. + using NodeCallback::run; + /** Computes the control point, normal, and deviation from the * given drawable contents. */ void computeFrom(const osg::Drawable* drawable);