Fixes to Windows build in liu of the move to using just std::streams.
This commit is contained in:
@@ -51,7 +51,7 @@ bool Group_writeLocalData(const Object& obj, Output& fw)
|
||||
{
|
||||
const Group& group = static_cast<const Group&>(obj);
|
||||
|
||||
fw.indent() << "num_children " << group.getNumChildren() << endl;
|
||||
fw.indent() << "num_children " << group.getNumChildren() << std::endl;
|
||||
for(int i=0;i<group.getNumChildren();++i)
|
||||
{
|
||||
fw.writeObject(*group.getChild(i));
|
||||
|
||||
Reference in New Issue
Block a user