"Fixing" lame GCC warning

[SVN r57419]
This commit is contained in:
Emil Dotchevski
2009-11-05 19:35:42 +00:00
parent 3191be8955
commit 785cf09730

View File

@ -22,7 +22,10 @@ boost
protected:
~exception_ptr_base() throw() { }
virtual
~exception_ptr_base() throw()
{
}
};
}
}