]> git.lyx.org Git - features.git/blobdiff - src/LyXVC.cpp
Transfer tempName() implementation to FileName.
[features.git] / src / LyXVC.cpp
index 1e595894b829d4867710e4b89d4c3acf5bf9dc21..4518a8076c9bf880cec5acaec2276cc02bd7bb58 100644 (file)
@@ -217,7 +217,7 @@ string const LyXVC::getLogFile() const
        if (!vcs)
                return string();
 
-       FileName const tmpf(tempName(FileName(), "lyxvclog"));
+       FileName const tmpf = FileName::tempName(FileName(), "lyxvclog");
        if (tmpf.empty()) {
                LYXERR(Debug::LYXVC, "Could not generate logfile " << tmpf);
                return string();