]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/boost.cpp
hyperref support for tex2lyx
[lyx.git] / 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;