Fixes to Windows build in liu of the move to using just std::streams.
This commit is contained in:
@@ -702,7 +702,7 @@ class ReaderWriterATTR : public osgDB::ReaderWriter
|
||||
|
||||
StateSet* stateset = attr.createOsgStateSet();
|
||||
|
||||
notify(INFO) << "texture attribute read ok" << endl;
|
||||
notify(INFO) << "texture attribute read ok" << std::endl;
|
||||
return stateset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user