]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
Fix for bug #7360. Patch from Nemah, posted to bug report.
[lyx.git] / src / VCBackend.h
index 5832f11d8f01859c1f6b788a8b83a332838fd999..3dbf5579719900473e755ce18233aae9c450eaba 100644 (file)
@@ -91,6 +91,10 @@ protected:
        /// parse information from the version file
        virtual void scanMaster() = 0;
 
+       /// Prepare a version identifier suitable for RCS and CVS.
+       /// If needed converts last or relative number to the absolute revision.
+       bool makeRCSRevision(std::string const &version, std::string &revis) const;
+       
        // GUI container for doVCCommandCall
        int doVCCommand(std::string const & cmd, support::FileName const & path, bool reportError = true);
        /**