]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.cpp
Now update layout format.
[lyx.git] / src / LyXVC.cpp
index 9efa9ef296ec7b67c64f506760d9491318a8668c..741abf9854b10320942831ee011fe81be3ee0c0d 100644 (file)
@@ -314,6 +314,13 @@ bool LyXVC::undoLastEnabled() const
        return vcs && vcs->undoLastEnabled();
 }
 
+
+bool LyXVC::repoUpdateEnabled() const
+{
+       return vcs && vcs->repoUpdateEnabled();
+}
+       
+       
 bool LyXVC::prepareFileRevision(string const & rev, std::string & f)
 {
        return vcs && vcs->prepareFileRevision(rev, f);