X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetArgument.cpp;h=89ed730b8328aacc4ce0f0afca0f9f299882298a;hb=8124e6c02ea1fd6779bb6c47ffe2bca2c8bd2d97;hp=88085cfb0327a07e21a92b462ed02380b4251f30;hpb=2f236b01e0eb9dd7388cc446e9d0c58a3b31208f;p=lyx.git diff --git a/src/insets/InsetArgument.cpp b/src/insets/InsetArgument.cpp index 88085cfb03..89ed730b83 100644 --- a/src/insets/InsetArgument.cpp +++ b/src/insets/InsetArgument.cpp @@ -356,7 +356,7 @@ void InsetArgument::latexArgument(otexstream & os, os << presetarg; if (!presetarg.empty() && !ts.str.empty()) os << ", "; - os << move(ts); + os << std::move(ts); if (add_braces) os << '}'; os << rdelim;