]> git.lyx.org Git - lyx.git/blobdiff - src/vc-backend.h
Small fix.
[lyx.git] / src / vc-backend.h
index 7cb0783b22cca4a9ccbbbf9510ff823a4bdd4464..830b055ed984744b51caf8042fb9627053d942ff 100644 (file)
@@ -47,7 +47,7 @@ public:
        ///
        Buffer * owner() const { return owner_; }
        ///
-       VCStatus stat() const { return vcstat; }
+       VCStatus status() const { return vcstatus; }
 protected:
        ///
        static int doVCCommand(string const &, string const &);
@@ -58,7 +58,7 @@ protected:
        string master_;
        
        /// The status of the VC controlled file.
-       VCStatus vcstat;
+       VCStatus vcstatus;
        
        /** The version of the VC file. I am not sure if this can be a
            string of if it must be a