]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
* GuiDocument.cpp:
[lyx.git] / src / BufferParams.cpp
index 2dd4817e3e541fae1db1aedee68ac0a8683c1ab3..72d1a93d1f724935a64600e8225515dc6d4381c4 100644 (file)
@@ -1449,7 +1449,7 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features,
        docstring atlyxpreamble;
 
        // Some macros LyX will need
-       docstring tmppreamble(from_ascii(features.getMacros()));
+       docstring tmppreamble(features.getMacros());
 
        if (!tmppreamble.empty())
                atlyxpreamble += "\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% "