]> git.lyx.org Git - lyx.git/blobdiff - src/support/LAssert.h
various changes
[lyx.git] / src / support / LAssert.h
index a62e16b3435a474b94fa194bdaec419fd45f2f26..d424d93063ba73cbe9f27f609761f3313155b385 100644 (file)
@@ -4,11 +4,11 @@
 
 #include "support/lyxlib.h"
 
-//namespace LyX {
+extern void emergencySave();
 
-#ifdef ENABLE_ASSERTIONS
+namespace lyx {
 
-extern void emergencySave();
+#ifdef ENABLE_ASSERTIONS
 
 /** Live assertion.
     This is a debug tool to ensure that the assertion holds. If it don't hole
@@ -36,5 +36,6 @@ void Assert(A /*assertion*/) {}
 
 #endif /* ENABLE_ASSERTIONS */
 
-//} // end of namespace LyX
+} // end of namespace LyX
+
 #endif /* LASSERT_H */