1
0
Fork 0

Fix typo in DatabasePager interface changes for OSG 2.4

This commit is contained in:
timoore 2008-06-03 05:36:19 +00:00
parent 8d1c97d94b
commit 97d86e10f7

View file

@ -45,9 +45,9 @@ public:
// reimplement to add readerWriterOptions from SGPagedLOD // reimplement to add readerWriterOptions from SGPagedLOD
virtual void requestNodeFile(const std::string& fileName, osg::Group* group, virtual void requestNodeFile(const std::string& fileName, osg::Group* group,
float priority, float priority,
const osg::FrameStamp* framestamp, const osg::FrameStamp* framestamp
#ifdef FGOSGPAGER25 #ifdef FGOSGPAGER25
osg::ref_ptr<osg::Referenced>& , osg::ref_ptr<osg::Referenced>&
databaseRequest databaseRequest
#endif #endif
); );