]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.h
* mover.h
[lyx.git] / src / texrow.h
index ba80acb58a47135ad8aa04dabbd25536028ad5f7..699ee1f6f4e0d60d3df6fbdc82044de61c50692d 100644 (file)
@@ -17,6 +17,9 @@
 #include <list>
 
 
+namespace lyx {
+
+
 /// Represents the correspondence between paragraphs and the generated LaTeX file
 class TexRow {
 public:
@@ -76,6 +79,7 @@ public:
                        return rownumber_;
                }
        private:
+               RowItem();
                int id_;
                int pos_;
                int rownumber_;
@@ -93,4 +97,7 @@ private:
        int lastpos;
 };
 
+
+} // namespace lyx
+
 #endif // TEXROW_H