X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fboost.cpp;h=7ae7433a1bea38ca2e537682e457789fba571ef3;hb=8f98423e920d8add7b628debd2266306f438f982;hp=f195cdf4e9903097415cf300343c39a50a59be99;hpb=79beb91e3a3538e204c436a664efdbeb28d15eb9;p=lyx.git diff --git a/src/boost.cpp b/src/boost.cpp index f195cdf4e9..7ae7433a1b 100644 --- a/src/boost.cpp +++ b/src/boost.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * * Full author contact details are available in file CREDITS. */ @@ -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, /**/);