mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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
This commit is contained in:
parent
7a537da7c0
commit
5179e2f4d8
@ -72,7 +72,7 @@ namespace lyx {
|
|||||||
namespace {
|
namespace {
|
||||||
/// Inset identifier (above 0x10ffff, for ucs-4)
|
/// Inset identifier (above 0x10ffff, for ucs-4)
|
||||||
char_type const META_INSET = 0x200001;
|
char_type const META_INSET = 0x200001;
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
|
@ -1833,7 +1833,7 @@ string const l10n_shortcut(string const prettyname, string const shortcut)
|
|||||||
return split(l10n_format, '|');
|
return split(l10n_format, '|');
|
||||||
}
|
}
|
||||||
|
|
||||||
}; // namespace anon
|
} // namespace anon
|
||||||
|
|
||||||
|
|
||||||
void PrefFileformats::apply(LyXRC & rc) const
|
void PrefFileformats::apply(LyXRC & rc) const
|
||||||
|
@ -27,6 +27,6 @@ time_t current_time();
|
|||||||
*/
|
*/
|
||||||
std::string const formatted_time(time_t t, std::string const & fmt);
|
std::string const formatted_time(time_t t, std::string const & fmt);
|
||||||
|
|
||||||
}; // namespace lyx
|
} // namespace lyx
|
||||||
|
|
||||||
#endif // LYXTIME_H
|
#endif // LYXTIME_H
|
||||||
|
Loading…
Reference in New Issue
Block a user