Fixed osgDB:: prefix for Windows build
This commit is contained in:
parent
81ff3e16d6
commit
0558fb024c
@ -118,7 +118,7 @@ class NetReader : public osgDB::ReaderWriter
|
||||
return readFile(NODE,fileName,options);
|
||||
}
|
||||
|
||||
ReadResult readFile(ObjectType objectType, ReaderWriter* rw, std::istream& fin, const Options *options) const
|
||||
ReadResult readFile(ObjectType objectType, osgDB::ReaderWriter* rw, std::istream& fin, const Options *options) const
|
||||
{
|
||||
switch(objectType)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user