]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Remove const, set language of surronding paragraph (point 19 Dekel ;)
[lyx.git] / src / BufferView.h
index 00cfc04917ff37d24ebf2e6ee067103afc0bb62f..7f786fcd501bb83b861a46fc5a50b335284b99e2 100644 (file)
@@ -18,7 +18,7 @@
 
 #include FORMS_H_LOCATION
 #include "undo.h"
-#include "support/utility.hpp"
+#include <boost/utility.hpp>
 
 class LyXView;
 class LyXText;
@@ -102,7 +102,8 @@ public:
        ///
        int workWidth() const;
        ///
-       UpdatableInset * the_locking_inset;
+       UpdatableInset * theLockingInset() const;
+       void theLockingInset(UpdatableInset * inset); 
        ///
        void updateInset(Inset * inset, bool mark_dirty);
        ///