]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Streamlining CollapseStatus stuff
[lyx.git] / src / BufferParams.h
index 11049c3380f1da54579c12aac0c51a4e5ca66043..d0de105f03259e52c20580f96f7f39454ffa9225 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef BUFFERPARAMS_H
 #define BUFFERPARAMS_H
 
+#include "Biblio.h"
 #include "TextClass.h"
 #include "paper.h"
 
@@ -254,7 +255,7 @@ public:
        /// set up if and how babel is called
        std::string const babelCall(std::string const & lang_opts) const;
        /// handle inputenc etc.
-       docstring const writeEncodingPreamble(LaTeXFeatures & features,
+       void writeEncodingPreamble(odocstream & os, LaTeXFeatures & features,
                                              TexRow & texrow) const;
        /// set up the document fonts
        std::string const loadFonts(std::string const & rm,