]> git.lyx.org Git - lyx.git/blobdiff - src/support/debugstream.h
remove unused stuff
[lyx.git] / src / support / debugstream.h
index 9b01f2702f12c8bf6c717c1f005fb59270e57a45..b5e9283f7e165e9eb674f16a7f9c082028bd4d57 100644 (file)
@@ -16,6 +16,9 @@
 
 #include <boost/version.hpp>
 
+
+//namespace lyx {
+
 #if BOOST_VERSION < 103300
 #  include <boost/test/detail/nullstream.hpp>
 #else
@@ -105,4 +108,7 @@ private:
 
 typedef basic_debugstream<debug_trait> debugstream;
 
+
+//} // namespace lyx
+
 #endif