]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
ctests: ignore some lyx2lyx tests that fail
[lyx.git] / src / BufferParams.cpp
index 74270bba5c68c7583f98e680040c5d5a2c204e4b..f7516fc0269019a98133fb3166a1f1fe29cc9257 100644 (file)
@@ -2277,7 +2277,7 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features,
                if (!tmppreamble.str.empty())
                        atlyxpreamble << "\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% "
                                         "LyX specific LaTeX commands.\n"
-                                     << move(tmppreamble)
+                                     << std::move(tmppreamble)
                                      << '\n';
        }
        // the text class specific preamble