From 03ca00fc1e1d412494bca3094e15ed1a7fd23aea Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Mon, 17 Oct 2016 19:24:34 +0000 Subject: [PATCH] #1244. Correction to r4637. Added bigBlock_(NULL) to BasicIo::BasicIo(). --- include/exiv2/basicio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/exiv2/basicio.hpp b/include/exiv2/basicio.hpp index 65f49366..4deef29d 100644 --- a/include/exiv2/basicio.hpp +++ b/include/exiv2/basicio.hpp @@ -277,7 +277,7 @@ namespace Exiv2 { //! @name Creators //@{ //! Default Constructor - BasicIo() {} + BasicIo() : bigBlock_(NULL) {}; //@} }; // class BasicIo