#1244. Correction to r4637. Added bigBlock_(NULL) to BasicIo::BasicIo().

v0.27.3
Robin Mills 9 years ago
parent a057af1616
commit 03ca00fc1e

@ -277,7 +277,7 @@ namespace Exiv2 {
//! @name Creators //! @name Creators
//@{ //@{
//! Default Constructor //! Default Constructor
BasicIo() {} BasicIo() : bigBlock_(NULL) {};
//@} //@}
}; // class BasicIo }; // class BasicIo

Loading…
Cancel
Save