]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
When Inset::dispatch is called from TOC, process screen flags
[lyx.git] / src / LyXVC.h
index b304730700bb9baad739418e9624883cb236cb60..fd223570172ee0338967ab3e88d7cb9e2f2e1e01 100644 (file)
@@ -176,7 +176,8 @@ public:
                Tree = 2,
                Author = 3,
                Date = 4,
-               Time = 5
+               Time = 5,
+               FileAbbrev = 6
        };
 
        /**
@@ -191,7 +192,7 @@ private:
        Buffer * owner_;
 
        ///
-       unique_ptr<VCS> vcs;
+       unique_ptr<VCS> vcs_;
 };