]> git.lyx.org Git - lyx.git/blobdiff - src/boost.C
cosmetic fix
[lyx.git] / src / boost.C
index ef997c801c836d25164aa05902e2bc79ae83df0d..74c200bdbfb0679ac8acfc20f08add0ce7b670b7 100644 (file)
@@ -5,6 +5,8 @@
 
 #include <exception>
 
+using namespace lyx::support;
+
 using std::endl;
 
 namespace boost {
@@ -13,7 +15,7 @@ void throw_exception(std::exception const & e)
 {
        lyxerr << "Exception caught:\n"
            << e.what() << endl;
-       lyx::Assert(false);
+       Assert(false);
 }