Fixes to Windows build in liu of the move to using just std::streams.
This commit is contained in:
@@ -194,7 +194,7 @@ void GeoSet::computeNumVerts() const
|
||||
numverts += _primLengths[i];
|
||||
break;
|
||||
default:
|
||||
notify(WARN) << "Not supported primitive "<<(int)_primtype<<endl;
|
||||
notify(WARN) << "Not supported primitive "<<(int)_primtype<<std::endl;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user