X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.h;h=35a53be2f38ca71517202341d2414d1d1b321f12;hb=646c3127406e1ff1c5aaeb71aa5ea49be0ac8b0e;hp=ba80acb58a47135ad8aa04dabbd25536028ad5f7;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/texrow.h b/src/texrow.h index ba80acb58a..35a53be2f3 100644 --- a/src/texrow.h +++ b/src/texrow.h @@ -17,6 +17,9 @@ #include +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