Undo remove virtual Error destructor, g++ wants it because of the throw() declaration.

This commit is contained in:
Andreas Huggel 2008-10-29 17:01:41 +00:00
parent bee017287f
commit 75360ac87e

View File

@ -113,6 +113,10 @@ namespace Exiv2 {
{
setMsg();
}
//! Virtual destructor. (Needed because of throw())
virtual EXIV2API ~Error() throw()
{
}
//@}
//! @name Accessors