X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxvc.C;h=835408913fea55f57274c2e2cb01f4e54d9aa795;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=9d7b96279e59e7668f09675717c0dcd12f403311;hpb=ed99f752f9b4ce52cf55cac2a94658fb087c7383;p=lyx.git diff --git a/src/lyxvc.C b/src/lyxvc.C index 9d7b96279e..835408913f 100644 --- a/src/lyxvc.C +++ b/src/lyxvc.C @@ -229,7 +229,7 @@ string const LyXVC::getLogFile() const if (!vcs) return string(); - FileName const tmpf(tempName(string(), "lyxvclog")); + FileName const tmpf(tempName(FileName(), "lyxvclog")); if (tmpf.empty()) { lyxerr[Debug::LYXVC] << "Could not generate logfile " << tmpf << endl;