Added missing std::

This commit is contained in:
Robert Osfield
2003-05-26 11:02:42 +00:00
parent f8ba149e19
commit a12fd61266

View File

@@ -41,7 +41,7 @@ class ReaderWriter3DC : public osgDB::ReaderWriter
if (line[0]=='#')
{
// comment line
cout <<"Comment: "<<line<<std::endl;
std::cout <<"Comment: "<<line<<std::endl;
}
else
{
@@ -75,7 +75,7 @@ class ReaderWriter3DC : public osgDB::ReaderWriter
if (line[0]=='#')
{
// comment line
//cout <<"Comment: "<<line<<std::endl;
//std::cout <<"Comment: "<<line<<std::endl;
}
else if (strlen(line)>0)
{