Making error_info's destructor virtual.

[SVN r78235]
This commit is contained in:
Emil Dotchevski
2012-04-28 06:05:06 +00:00
parent b3640aa019
commit 6fe16d80ef

View File

@ -30,6 +30,7 @@ boost
protected: protected:
virtual
~error_info_base() throw() ~error_info_base() throw()
{ {
} }