]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/boost.cpp
tex2lyx/text.cpp: take care of the brace pair after comment environments that are...
[lyx.git] / src / tex2lyx / boost.cpp
index 49db80c9d948a15dd377489c15869b92be92caf0..7efe686a4925492547f61f4d50a0c5cf74874ce3 100644 (file)
@@ -22,7 +22,7 @@ using namespace std;
 
 namespace boost {
 
-void throw_exception(std::exception const & e)
+void throw_exception(exception const & e)
 {
        lyx::lyxerr << "Exception caught:\n"
               << e.what() << endl;