From 5179e2f4d846a2bfd4dbb3f3c8e832d345028244 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Thu, 16 Dec 2010 08:06:00 +0000 Subject: [PATCH] remove superfluous semicolons at the end of namespaces git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36901 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Paragraph.cpp | 2 +- src/frontends/qt4/GuiPrefs.cpp | 2 +- src/support/lyxtime.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index fb9a832fe2..654845429c 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -72,7 +72,7 @@ namespace lyx { namespace { /// Inset identifier (above 0x10ffff, for ucs-4) char_type const META_INSET = 0x200001; -}; +} ///////////////////////////////////////////////////////////////////// diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 02035202c9..e7c1c4e80e 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -1833,7 +1833,7 @@ string const l10n_shortcut(string const prettyname, string const shortcut) return split(l10n_format, '|'); } -}; // namespace anon +} // namespace anon void PrefFileformats::apply(LyXRC & rc) const diff --git a/src/support/lyxtime.h b/src/support/lyxtime.h index 94d55e89e3..6a8bd27682 100644 --- a/src/support/lyxtime.h +++ b/src/support/lyxtime.h @@ -27,6 +27,6 @@ time_t current_time(); */ std::string const formatted_time(time_t t, std::string const & fmt); -}; // namespace lyx +} // namespace lyx #endif // LYXTIME_H -- 2.39.2