Fixed osgDB:: prefix for Windows build

This commit is contained in:
Don BURNS 2004-11-27 20:35:19 +00:00
parent 81ff3e16d6
commit 0558fb024c

View File

@ -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)
{