]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Compile fix following this weekend's commits.
[lyx.git] / src / buffer.h
index cd8c55d7cf966d19e11e8ffe17d2e231613517de..a85e04a4c151de18df0c2002f39a60320e7f53d6 100644 (file)
@@ -128,7 +128,6 @@ public:
 #ifndef NO_COMPABILITY
        ///
        void insertErtContents(Paragraph * par, int & pos,
-                              LyXFont const & font,
                               bool set_inactive = true);
 #endif
        ///
@@ -161,7 +160,7 @@ public:
            \param \a endpar if == 0 then to the end
        */
        void latexParagraphs(std::ostream & os, Paragraph * par,
-                            Paragraph * endpar, TexRow & texrow) const;
+                            Paragraph * endpar, TexRow & texrow) const;
        ///
        void simpleDocBookOnePar(std::ostream &,
                                 Paragraph * par, int & desc_on,