cmake: fix merge build

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-03-07 11:03:23 +00:00
parent 0ba07aa57d
commit 3a5d681a9b

View File

@ -22,7 +22,7 @@ using namespace std;
namespace boost {
void throw_exception(exception const & e)
void throw_exception(std::exception const & e)
{
lyx::lyxerr << "Exception caught:\n"
<< e.what() << endl;