X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.h;h=699ee1f6f4e0d60d3df6fbdc82044de61c50692d;hb=104051c151f7c3b37ca4febdb2bc3878f0d6a9b5;hp=c4db08d08eb193c7c11929887a60c9413b8ff118;hpb=a20a3cf798c710f76bf17caff528946263bbd742;p=lyx.git diff --git a/src/texrow.h b/src/texrow.h index c4db08d08e..699ee1f6f4 100644 --- a/src/texrow.h +++ b/src/texrow.h @@ -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 +namespace lyx { + + /// Represents the correspondence between paragraphs and the generated LaTeX file class TexRow { public: @@ -73,6 +79,7 @@ public: return rownumber_; } private: + RowItem(); int id_; int pos_; int rownumber_; @@ -90,4 +97,7 @@ private: int lastpos; }; + +} // namespace lyx + #endif // TEXROW_H