]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/boost.cpp
InsetLine.cpp: remove unused include
[lyx.git] / src / tex2lyx / boost.cpp
index 7efe686a4925492547f61f4d50a0c5cf74874ce3..f1dad3061ba80696e1d2de25f76b3e4d885bfec1 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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;