]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
* Only enter inset which return true on isActive(). This is the behavior in the curso...
[lyx.git] / src / BufferParams.h
index 11049c3380f1da54579c12aac0c51a4e5ca66043..9b9136ff0e4c99bd43901734464514dbfc68fe14 100644 (file)
@@ -254,7 +254,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,