Moved helper classes into Protected section

This commit is contained in:
Robert Osfield
2008-07-23 21:49:07 +00:00
parent 86ca0860cc
commit dc05f2ef95
2 changed files with 51 additions and 48 deletions

View File

@@ -24,7 +24,7 @@ using namespace osgDB;
//
// SortFileRequestFunctor
//
struct SortFileRequestFunctor
struct ImagePager::SortFileRequestFunctor
{
bool operator() (const osg::ref_ptr<ImagePager::ImageRequest>& lhs,const osg::ref_ptr<ImagePager::ImageRequest>& rhs) const
{