X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.h;h=0c3adb33301aed9f223042258bbbec3b53a41e4e;hb=342932ad32b6eb9afc0845717d2e3f25433bb5f1;hp=9111eeb22af647d78fb1061dfdecd1f53185d599;hpb=eeaae9c35568b8852210420c727068a872ba3071;p=lyx.git diff --git a/src/texrow.h b/src/texrow.h index 9111eeb22a..0c3adb3330 100644 --- a/src/texrow.h +++ b/src/texrow.h @@ -5,7 +5,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team + * Copyright 1995-2001 The LyX Team * * ====================================================== */ @@ -18,7 +18,7 @@ #include -class LyXParagraph; +class Paragraph; // Controls correspondance between paragraphs and the generated LaTeX file class TexRow { @@ -30,7 +30,7 @@ public: void reset(); /// Define what paragraph and position the next row will represent - void start(LyXParagraph * par, int pos); + void start(Paragraph * par, int pos); /// Insert node when line is completed void newline(); @@ -91,7 +91,7 @@ private: /// mutable RowList rowlist; /// Last paragraph - LyXParagraph * lastpar; + Paragraph * lastpar; /// Last position int lastpos;