Changed class to struct
This commit is contained in:
parent
f10cb3c388
commit
4e7dd7f0db
@ -309,7 +309,7 @@ class OSGDB_EXPORT DatabasePager : public osg::NodeVisitor::DatabaseRequestHandl
|
||||
friend class DatabaseThread;
|
||||
friend struct DatabaseRequest;
|
||||
|
||||
class RequestQueue;
|
||||
struct RequestQueue;
|
||||
|
||||
struct DatabaseRequest : public osg::Referenced
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user