]> git.lyx.org Git - lyx.git/blobdiff - src/client/debug.h
* lyx_main.[Ch]
[lyx.git] / src / client / debug.h
index 87b2cb6a378552057a0ef6d40258a8f9d17951bc..7403b13638a9ce79d023386d50d02fb4681b37fc 100644 (file)
@@ -15,6 +15,9 @@
 
 #include "support/debugstream.h"
 
+
+namespace lyx {
+
 /** Ideally this should have been a namespace, but since we try to be
     compilable on older C++ compilators too, we use a class instead.
     This is all the different debug levels that we have.
@@ -68,4 +71,7 @@ typedef LyXErr::debug Debug;
 
 extern LyXErr lyxerr;
 
+
+} // namespace lyx
+
 #endif