X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fdocstring.cpp;h=496d4c0242202014e0d85f7d98cd6a5f47b1d2f0;hb=557c2f2bf0b22fb72b3af385571ea7b33ff377fd;hp=95c86b3665f2877052e543556e25d382fcaffcba;hpb=d5f2bad461dc3fc783cbb1e1b205fa5c6543f8e7;p=lyx.git diff --git a/src/support/docstring.cpp b/src/support/docstring.cpp index 95c86b3665..496d4c0242 100644 --- a/src/support/docstring.cpp +++ b/src/support/docstring.cpp @@ -273,7 +273,7 @@ template<> char ctype::do_narrow(const lyx::char_type, char) const { return 0; } template<> const lyx::char_type * ctype::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