X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Foutput.h;h=931c01fba091e8f36ac74d8385ee595c1b9aed29;hp=bd75651d1ebaef4f0ba3108918126b1d76bda144;hb=e14c01b5775dd2e324b16ff49498db9b9113c523;hpb=a2cce9e933089f483163456e9872e005c33dd678 diff --git a/source/output.h b/source/output.h index bd75651..931c01f 100644 --- a/source/output.h +++ b/source/output.h @@ -10,8 +10,8 @@ namespace DataFile { class Output: private NonCopyable { private: - IO::Base *out; - IO::Base *compressed; + IO::Base *out = nullptr; + IO::Base *compressed = nullptr; public: Output(IO::Base &);