X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.h;h=e7dc735b99a71daf6950ba5979460135cec940e1;hb=7a000652c02f98dcff4d3c611b22af244409df73;hp=ed4201a0838f2345e0eafaebbc3b06131a38c18c;hpb=05551a7cfba74d39d27aa6544226fe48d6c9e4dc;p=lyx.git diff --git a/src/VCBackend.h b/src/VCBackend.h index ed4201a083..e7dc735b99 100644 --- a/src/VCBackend.h +++ b/src/VCBackend.h @@ -129,7 +129,8 @@ protected: * @param path the path from which to execute * @return exit status */ - static int doVCCommandCall(std::string const & cmd, support::FileName const & path); + static int doVCCommandCall(std::string const & cmd, + support::FileName const & path = support::FileName()); /// The status of the VC controlled file. VCStatus vcstatus_;