]> git.lyx.org Git - lyx.git/blobdiff - src/support/docstring.cpp
Compilation fix (with qt4 at least).
[lyx.git] / src / support / docstring.cpp
index 95c86b3665f2877052e543556e25d382fcaffcba..496d4c0242202014e0d85f7d98cd6a5f47b1d2f0 100644 (file)
@@ -273,7 +273,7 @@ template<> char
 ctype<lyx::char_type>::do_narrow(const lyx::char_type, char) const { return 0; }
 template<> const lyx::char_type *
 ctype<lyx::char_type>::do_narrow(const lyx::char_type *, const lyx::char_type *, char, char *) const { return 0; }
-}
+} // namespace std
 
 
 namespace lyx {
@@ -820,6 +820,6 @@ namespace {
 /// make sure that our facets get used
 static locale_initializer initializer;
 
-}
-}
+} // namespace
+} // namespace lyx
 #endif