]> git.lyx.org Git - features.git/commitdiff
cmake: fix merge build
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 7 Mar 2010 11:03:23 +0000 (11:03 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sun, 7 Mar 2010 11:03:23 +0000 (11:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33660 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/boost.cpp

index f37f235d8eafb82877516c87e32cb9664a9c41a2..f1dad3061ba80696e1d2de25f76b3e4d885bfec1 100644 (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;