]> git.lyx.org Git - lyx.git/blobdiff - src/lyxvc.h
Alfredo's second patch
[lyx.git] / src / lyxvc.h
index 30110b2bbe324b677df9d202ded0912f31c05208..efb9c40c3acb702beea9d6716c155fd78ebbc65a 100644 (file)
@@ -3,10 +3,6 @@
 #ifndef LYX_VC_H
 #define LYX_VC_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 
 class VCS;
@@ -90,6 +86,9 @@ public:
        string const & locker() const;
 
 private:
+       /// returns false if still not clean
+       bool ensureClean();
+       
        ///
        Buffer * owner_;