]> git.mxchange.org Git - flightgear.git/commitdiff
Fix typo in DatabasePager interface changes for OSG 2.4
authortimoore <timoore>
Tue, 3 Jun 2008 05:36:19 +0000 (05:36 +0000)
committertimoore <timoore>
Tue, 3 Jun 2008 05:36:19 +0000 (05:36 +0000)
src/Scenery/SceneryPager.hxx

index 11bcda889f719414fa1899dd96e2b72e148c19f3..d7237af487372c300b99ad6fc378f18e24fc3375 100644 (file)
@@ -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::Referenced>&
+                                 osg::ref_ptr<osg::Referenced>&
                                  databaseRequest
 #endif
         );