X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fauthor.h;h=9f2a0c7573a626bdbaa8319cd92c5dd2d147e047;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=d3e8964041b92dc62443cbd6d69f0da0680f5dac;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/author.h b/src/author.h index d3e8964041..9f2a0c7573 100644 --- a/src/author.h +++ b/src/author.h @@ -17,6 +17,9 @@ #include +namespace lyx { + + class Author { public: Author() {} @@ -69,4 +72,7 @@ std::ostream & operator<<(std::ostream & os, Author const & a); std::istream & operator>>(std::istream & os, Author & a); + +} // namespace lyx + #endif // AUTHOR_H