]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
Revert "AGUTeX: update layout to AGUTeX 2015 according to our new guidelines"
[lyx.git] / src / VCBackend.h
index 970972af48b50db7d233d7647cfb6451dcdce21d..467a094d937060689a37a882b648b139383745ed 100644 (file)
@@ -35,7 +35,7 @@ public:
                NOLOCKING,
        };
 
-       VCS(Buffer * b) : owner_(b) {}
+       VCS(Buffer * b) : vcstatus(NOLOCKING), owner_(b) {}
        virtual ~VCS() {}
 
        /// register a file for version control
@@ -49,7 +49,7 @@ public:
        /// copy a file. Return non-empty log on success, empty log on failure.
        virtual std::string copy(support::FileName const &, std::string const &) = 0;
        /// check in the current revision.
-        /// \p log is non-empty on success and may be empty on failure.
+       /// \p log is non-empty on success and may be empty on failure.
        virtual LyXVC::CommandResult
        checkIn(std::string const & msg, std::string & log) = 0;
        /// can this operation be processed in the current VCS?