Fix typo in DatabasePager interface changes for OSG 2.4
This commit is contained in:
parent
8d1c97d94b
commit
97d86e10f7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue