]> git.lyx.org Git - features.git/commitdiff
remove superfluous semicolons at the end of namespaces
authorStephan Witt <switt@lyx.org>
Thu, 16 Dec 2010 08:06:00 +0000 (08:06 +0000)
committerStephan Witt <switt@lyx.org>
Thu, 16 Dec 2010 08:06:00 +0000 (08:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36901 a592a061-630c-0410-9148-cb99ea01b6c8

src/Paragraph.cpp
src/frontends/qt4/GuiPrefs.cpp
src/support/lyxtime.h

index fb9a832fe2e207c76f2399b863a27666ed910351..654845429ce93664a04cf7746fceaac8faa033d2 100644 (file)
@@ -72,7 +72,7 @@ namespace lyx {
 namespace {
 /// Inset identifier (above 0x10ffff, for ucs-4)
 char_type const META_INSET = 0x200001;
-};
+}
 
 
 /////////////////////////////////////////////////////////////////////
index 02035202c9cb02a237d8c96a060199745dd2cfd4..e7c1c4e80ec47980a434647c4cfaf54551119a6e 100644 (file)
@@ -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
index 94d55e89e3f6a458cec8e66b835921f596b93b52..6a8bd27682252bf0340ffc07dc926a66939d7463 100644 (file)
@@ -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