From d34724a3c43be5786aabe535c9c56d128317c926 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Thu, 7 Mar 2019 20:46:10 +0000 Subject: [PATCH] Hopefully fix Clang warning about hiding overloaded virtual functions --- components/sceneutil/mwshadowtechnique.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/sceneutil/mwshadowtechnique.hpp b/components/sceneutil/mwshadowtechnique.hpp index 621066799..74c8661b9 100644 --- a/components/sceneutil/mwshadowtechnique.hpp +++ b/components/sceneutil/mwshadowtechnique.hpp @@ -101,6 +101,8 @@ namespace SceneUtil { void apply(osg::Camera&); + using osg::NodeVisitor::apply; + void updateBound(const osg::BoundingBox& bb); void update(const osg::Vec3& v);