]> git.lyx.org Git - lyx.git/blobdiff - src/LyXVC.h
Set caret height correctly for cells inside math rows
[lyx.git] / src / LyXVC.h
index 27d935ed737177959daf66755679ad779fdf780b..b304730700bb9baad739418e9624883cb236cb60 100644 (file)
@@ -12,6 +12,7 @@
 #ifndef LYX_VC_H
 #define LYX_VC_H
 
+#include "support/docstring.h"
 #include "support/unique_ptr.h"
 
 #include <string>
@@ -48,6 +49,8 @@ public:
        };
        ///
        LyXVC();
+       /// Status of the underlying VCS
+       docstring vcstatus() const;
        /// Is \p fn under version control?
        static bool fileInVC(support::FileName const & fn);
        /** Not a good name perhaps. This function should be called whenever