]> git.lyx.org Git - features.git/commitdiff
Oops.
authorAngus Leeming <leeming@lyx.org>
Thu, 22 May 2003 22:53:56 +0000 (22:53 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 22 May 2003 22:53:56 +0000 (22:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7017 a592a061-630c-0410-9148-cb99ea01b6c8

src/paragraph_funcs.C

index 9af084aaace09f880b5d13f8003ce6d739e8fd8b..9f08b624cb6ad7fdb7fab8e6a3c9ce1e89cadf45 100644 (file)
@@ -15,6 +15,7 @@
 #include "buffer.h"
 #include "ParagraphParameters.h"
 #include "lyxtextclasslist.h"
+#include "latexrunparams.h"
 #include "debug.h"
 #include "gettext.h"
 #include "language.h"
@@ -443,7 +444,6 @@ TeXOnePar(Buffer const * buf,
          ParagraphList::iterator pit,
          ostream & os, TexRow & texrow,
          LatexRunParams const & runparams,
-         bool moving_arg,
          string const & everypar)
 {
        lyxerr[Debug::LATEX] << "TeXOnePar...     " << &*pit << " '" << everypar
@@ -572,7 +572,8 @@ TeXOnePar(Buffer const * buf,
        os << everypar;
        bool need_par = pit->simpleTeXOnePar(buf, bparams,
                                             outerFont(pit, paragraphs),
-                                            os, texrow, runparams, moving_arg);
+                                            os, texrow, runparams,
+                                            runparams.fragile);
 
        // Make sure that \\par is done with the font of the last
        // character if this has another size as the default.