Commit missing weOwnStream_

This commit is contained in:
Ferdinand Majerech 2015-06-05 13:31:54 +02:00
parent 385cfd5420
commit b5e028d239

View file

@ -120,6 +120,8 @@ struct Dumper
//Stream to write to.
Stream stream_;
//True if this Dumper owns stream_ and needs to destroy it in the destructor.
bool weOwnStream_ = false;
//Write scalars in canonical form?
bool canonical_;