]> git.lyx.org Git - lyx.git/blobdiff - src/author.h
hopefully fix tex2lyx linking.
[lyx.git] / src / author.h
index d3e8964041b92dc62443cbd6d69f0da0680f5dac..9f2a0c7573a626bdbaa8319cd92c5dd2d147e047 100644 (file)
@@ -17,6 +17,9 @@
 #include <string>
 
 
+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