]> git.lyx.org Git - lyx.git/blobdiff - src/boost.C
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / boost.C
index 217649650b45f6b2f1ec7d7dc3e912785cd04f34..b335e31c711f8b5d3e6e690718d2da3d6429f4ce 100644 (file)
@@ -18,6 +18,9 @@
 
 #include <exception>
 
+
+namespace lyx {
+
 using std::endl;
 
 namespace boost {
@@ -54,8 +57,11 @@ void assertion_failed(char const * expr, char const * function,
               << " by failing check \"" << expr << "\""
               << " in file " << file << ":" << line << endl;
        emergencyCleanup();
-       lyx::support::abort();
+       support::abort();
 }
 
 
 }
+
+
+} // namespace lyx