]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
cosmetics
[lyx.git] / src / VCBackend.cpp
index 3527fb2eee2fae53331ebd838a41bacca9bf772a..24076ca0f73bf133718604678ef4d4dcfb44c4a3 100644 (file)
@@ -56,7 +56,7 @@ int VCS::doVCCommand(string const & cmd, FileName const & path)
 {
        LYXERR(Debug::LYXVC) << "doVCCommand: " << cmd << endl;
        Systemcall one;
-       support::Path p(path);
+       support::PathChanger p(path);
        int const ret = one.startscript(Systemcall::Wait, cmd);
        return ret;
 }