]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.cpp
Micro-optimization.
[lyx.git] / src / LyXVC.cpp
index c66ce169b0fd9b6af9eee2a20e6fb4700195508d..168bf55782cec6867d915c2ef152f635948414ec 100644 (file)
@@ -313,5 +313,15 @@ bool LyXVC::undoLastEnabled() const
        return vcs && vcs->undoLastEnabled();
 }
 
+bool LyXVC::prepareFileRevision(string const & rev, std::string & f)
+{
+       return vcs && vcs->prepareFileRevision(rev, f);
+}
+
+
+bool LyXVC::prepareFileRevisionEnabled()
+{
+       return vcs && vcs->prepareFileRevisionEnabled();
+}
 
 } // namespace lyx