From: timoore Date: Tue, 3 Jun 2008 05:36:19 +0000 (+0000) Subject: Fix typo in DatabasePager interface changes for OSG 2.4 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=97d86e10f7c1f91f888a9a46e5c79f3089c5598c;p=flightgear.git Fix typo in DatabasePager interface changes for OSG 2.4 --- diff --git a/src/Scenery/SceneryPager.hxx b/src/Scenery/SceneryPager.hxx index 11bcda889..d7237af48 100644 --- a/src/Scenery/SceneryPager.hxx +++ b/src/Scenery/SceneryPager.hxx @@ -45,9 +45,9 @@ public: // reimplement to add readerWriterOptions from SGPagedLOD virtual void requestNodeFile(const std::string& fileName, osg::Group* group, float priority, - const osg::FrameStamp* framestamp, + const osg::FrameStamp* framestamp #ifdef FGOSGPAGER25 - osg::ref_ptr& + , osg::ref_ptr& databaseRequest #endif );