From 5f27216e7efd8e46650f0575a613dfa466a64952 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Thu, 25 Aug 2005 18:18:27 +0000 Subject: [PATCH] made removeExpiredSubgraphs virtual. --- include/osgDB/DatabasePager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgDB/DatabasePager b/include/osgDB/DatabasePager index d02c2ad2e..5a012ceb7 100644 --- a/include/osgDB/DatabasePager +++ b/include/osgDB/DatabasePager @@ -285,7 +285,7 @@ class OSGDB_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseRequestHandl /** Iterate through the active PagedLOD nodes children removing * children which havn't been visited since specified expiryTime. * note, should be only be called from the update thread. */ - void removeExpiredSubgraphs(double currentFrameTime); + virtual void removeExpiredSubgraphs(double currentFrameTime); /** Add the loaded data to the scene graph.*/ void addLoadedDataToSceneGraph(double currentFrameTime);