Clean ups for the Windows build.

This commit is contained in:
Robert Osfield
2002-06-18 10:18:12 +00:00
parent d3b4a36447
commit aa58ecae2f
6 changed files with 11 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
using namespace osg;
using namespace osgDB;
void PrintFilePathList(ostream& stream,const FilePathList& filepath)
void PrintFilePathList(std::ostream& stream,const FilePathList& filepath)
{
for(FilePathList::const_iterator itr=filepath.begin();
itr!=filepath.end();