]> git.lyx.org Git - lyx.git/blobdiff - src/support/Messages.cpp
Fix bug 9798.
[lyx.git] / src / support / Messages.cpp
index da1c3cc0b8fc14241fb654be683409a75aa8d978..26a320b2d243c753c727b19947aade5ebfe0457b 100644 (file)
@@ -127,7 +127,7 @@ void cleanTranslation(docstring & trans)
        }
 }
 
-} // lyx
+} // namespace lyx
 
 
 #ifdef ENABLE_NLS
@@ -167,7 +167,7 @@ string realCode(string code)
        }
        return string();
 }
-}
+} // namespace
 
 
 bool Messages::available(string const & c)
@@ -238,7 +238,7 @@ void StringTable::swapEnd()
 }
 
 
-} // namespace anon
+} // namespace
 
 bool Messages::readMoFile()
 {