]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.h
#11747 follow-up of change d94b708a0fec6ade04fc9d09bd86afd73e72fac7 to fix a compiler...
[lyx.git] / src / VCBackend.h
index 570c4a295f2ccfe3c91c1c4be68a5cba29f7401f..2ee076f2e1d0b2b4ad8ad70a587a4dfa1e6e0419 100644 (file)
@@ -560,6 +560,8 @@ private:
        bool getFileRevisionInfo();
        /// cache for file revision number, "?" if already unsuccessful, isNumber==true
        std::string rev_file_cache_;
+       /// cache for abbreviated file revision number, "?" if already unsuccessful, isNumber==true
+       std::string rev_file_abbrev_cache_;
        /// cache for author of last commit
        std::string rev_author_cache_;
        /// cache for date of last commit