mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
0ba07aa57d
commit
3a5d681a9b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user