]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.h
don't pass temporary string objects as parameters
[lyx.git] / src / texrow.h
index c4db08d08eb193c7c11929887a60c9413b8ff118..35a53be2f38ca71517202341d2414d1d1b321f12 100644 (file)
@@ -1,19 +1,25 @@
 // -*- C++ -*-
 /**
  * \file texrow.h
- * Copyright 1995-2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Matthias Ettrich
+ * \author Lars Gullik Bjønnes
+ * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS.
  */
 
-
 #ifndef TEXROW_H
 #define TEXROW_H
 
 #include <list>
 
 
+namespace lyx {
+
+
 /// Represents the correspondence between paragraphs and the generated LaTeX file
 class TexRow {
 public:
@@ -90,4 +96,7 @@ private:
        int lastpos;
 };
 
+
+} // namespace lyx
+
 #endif // TEXROW_H