]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
Do not scale statusbar icons
[lyx.git] / src / VCBackend.h
index ed4201a0838f2345e0eafaebbc3b06131a38c18c..e7dc735b99a71daf6950ba5979460135cec940e1 100644 (file)
@@ -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_;