1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-06 17:45:17 +00:00

fix merge build: this is a std::exception

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26693 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2008-10-03 12:51:20 +00:00
parent 4ec9b07596
commit 7231275a09

View File

@ -26,7 +26,7 @@ using lyx::lyxerr;
namespace boost {
#ifndef BOOST_NO_EXCEPTIONS
void throw_exception(exception const & e)
void throw_exception(std::exception const & e)
{
lyxerr << "Exception caught:\n" << e.what() << endl;
LASSERT(false, /**/);