]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.cpp
Allow dissolution of insets inside mathed
[lyx.git] / src / LyXFunc.cpp
index 37a8fd59b377677943bc5846344242ba355223b8..dfb40f336af8c4d967e05618706c502f22da5fd5 100644 (file)
@@ -1096,7 +1096,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
                        }
 
                        // Push directory path.
-                       string const path(buffer->temppath());
+                       string const path = buffer->temppath();
                        // Prevent the compiler from optimizing away p
                        FileName pp(path);
                        support::Path p(pp);