X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fauthor.C;h=60817affe0da43622d627908f96aa2feb86b990d;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=a81b67325c66523f67643cb055bc69a644dedc0b;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/author.C b/src/author.C index a81b67325c..60817affe0 100644 --- a/src/author.C +++ b/src/author.C @@ -18,8 +18,11 @@ #include "support/std_istream.h" -using lyx::support::token; -using lyx::support::trim; + +namespace lyx { + +using support::token; +using support::trim; using std::string; @@ -93,3 +96,6 @@ AuthorList::Authors::const_iterator AuthorList::end() const { return authors_.end(); } + + +} // namespace lyx