Work around for OSX errors when reading .ive files.

This commit is contained in:
Robert Osfield
2003-09-12 19:17:46 +00:00
parent 5f4cce549e
commit fe06711c9f
2 changed files with 9 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ using namespace ive;
DataOutputStream::DataOutputStream(std::ostream * ostream)
{
_verboseOutput = true;
_verboseOutput = false;
_includeImageData= true;
_ostream = ostream;