Undo remove virtual Error destructor, g++ wants it because of the throw() declaration.
This commit is contained in:
parent
bee017287f
commit
75360ac87e
@ -113,6 +113,10 @@ namespace Exiv2 {
|
||||
{
|
||||
setMsg();
|
||||
}
|
||||
//! Virtual destructor. (Needed because of throw())
|
||||
virtual EXIV2API ~Error() throw()
|
||||
{
|
||||
}
|
||||
//@}
|
||||
|
||||
//! @name Accessors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user