]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.h
don't rm emergency saves ever
[lyx.git] / src / vc-backend.h
index 95c084975056dbbe49fbc2d672b9075f0531974d..a42c30f163d87e3719eb342dfc6cba9d0fd8996b 100644 (file)
@@ -59,6 +59,9 @@ protected:
        /// parse information from the version file
        virtual void scanMaster() = 0;
 
+       /// reload the document
+       void reload();
+
        /**
         * doVCCommand - call out to the version control utility
         * @param cmd the command to execute