X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXVC.h;h=b304730700bb9baad739418e9624883cb236cb60;hb=1e519d1115f41f71c253cb9e2fbb7803e9a583a9;hp=3036a396e3a8d4bb448cf7cfc044e986fdaee043;hpb=41843646b7e0133227ad14db4f33b2d9d7e4d156;p=lyx.git diff --git a/src/LyXVC.h b/src/LyXVC.h index 3036a396e3..b304730700 100644 --- a/src/LyXVC.h +++ b/src/LyXVC.h @@ -12,7 +12,8 @@ #ifndef LYX_VC_H #define LYX_VC_H -#include +#include "support/docstring.h" +#include "support/unique_ptr.h" #include @@ -48,8 +49,8 @@ public: }; /// LyXVC(); - /// - ~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 @@ -190,7 +191,7 @@ private: Buffer * owner_; /// - boost::scoped_ptr vcs; + unique_ptr vcs; };