]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.h
hopefully fix tex2lyx linking.
[lyx.git] / src / texrow.h
index ba80acb58a47135ad8aa04dabbd25536028ad5f7..35a53be2f38ca71517202341d2414d1d1b321f12 100644 (file)
@@ -17,6 +17,9 @@
 #include <list>
 
 
+namespace lyx {
+
+
 /// Represents the correspondence between paragraphs and the generated LaTeX file
 class TexRow {
 public:
@@ -93,4 +96,7 @@ private:
        int lastpos;
 };
 
+
+} // namespace lyx
+
 #endif // TEXROW_H