#1116: Reverted changes to BasicIo::BasicIo() introduced in r3933

v0.27.3
Andreas Huggel 10 years ago
parent 63c7eff4f6
commit 910f389e50

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

@ -83,11 +83,6 @@ typedef short nlink_t;
// class member definitions
namespace Exiv2 {
BasicIo::BasicIo() {
Exiv2::Dictionary nsDict;
Exiv2::XmpProperties::registeredNamespaces(nsDict);
}
BasicIo::~BasicIo()
{
}

Loading…
Cancel
Save