X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXVC.h;h=b304730700bb9baad739418e9624883cb236cb60;hb=874ad18178ac387c407534fd18e33c116c753430;hp=f54fd9ad2687b1ab9859dbe268f08ae58421c128;hpb=82808fea04315fd323ec074e8ad7865d190987d4;p=lyx.git diff --git a/src/LyXVC.h b/src/LyXVC.h index f54fd9ad26..b304730700 100644 --- a/src/LyXVC.h +++ b/src/LyXVC.h @@ -12,6 +12,7 @@ #ifndef LYX_VC_H #define LYX_VC_H +#include "support/docstring.h" #include "support/unique_ptr.h" #include @@ -48,8 +49,8 @@ public: }; /// LyXVC(); - /// Name of the underlying VCS - std::string vcname() const; + /// 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