]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / debug.h
index 00998caa138dde3b34a2e7bc3cdd8b00fe4636b9..5e7d9a1d39514124a4ab3ecd870f529cca2b3c6e 100644 (file)
@@ -16,6 +16,9 @@
 #include "support/debugstream.h"
 #include "support/docstring.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 struct instead.
  *  This is all the different debug levels that we have.
@@ -117,4 +120,7 @@ typedef LyXErr::debug Debug;
 
 extern LyXErr lyxerr;
 
+
+} // namespace lyx
+
 #endif