]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.h
Make lyx2lyx output the new external inset format.
[lyx.git] / src / vc-backend.h
index 1c3fa62c1812470c415ea109a8bbe39922193de9..a42c30f163d87e3719eb342dfc6cba9d0fd8996b 100644 (file)
 #ifndef VC_BACKEND_H
 #define VC_BACKEND_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 class Buffer;
@@ -63,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