]> git.lyx.org Git - lyx.git/blobdiff - src/boost.cpp
Remove traces of Q_CYGWIN_WIN
[lyx.git] / src / boost.cpp
index f195cdf4e9903097415cf300343c39a50a59be99..044d20a922bf684ced2030edd82fd4caea23bb75 100644 (file)
@@ -26,7 +26,7 @@ using lyx::lyxerr;
 namespace boost {
 
 #ifndef BOOST_NO_EXCEPTIONS
-void throw_exception(exception const & e)
+void throw_exception(std::exception const & e)
 {
        lyxerr << "Exception caught:\n" << e.what() << endl;
        LASSERT(false, /**/);