X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXVC.h;h=55de93f103ff8f9f38d02031c1ea7017f6581f67;hb=a5be70af87123df1af5e2cdd1d713581cd69ba37;hp=f0302eee6637e40f9a3ae4765f3d0b19ba29e5ef;hpb=1512439fa4546a5370d69c88d0350ccbcab7611b;p=lyx.git diff --git a/src/LyXVC.h b/src/LyXVC.h index f0302eee66..55de93f103 100644 --- a/src/LyXVC.h +++ b/src/LyXVC.h @@ -25,7 +25,7 @@ class VCS; class Buffer; /** Version Control for LyX. - This is the class giving the verison control features to LyX. It is + This is the class giving the version control features to LyX. It is intended to support different kinds of version control. The support in LyX is based loosely upon the version control in GNU Emacs, but is not as extensive as that one. See Extended Manual for a simple @@ -98,7 +98,7 @@ public: bool lockingToggleEnabled() const; /// Revert to last version - void revert(); + bool revert(); /// Undo last check-in. void undoLast();