]> 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 e13893664aa5b8b7e1d1c411a4e983c8aa932d96..7f786fcd501bb83b861a46fc5a50b335284b99e2 100644 (file)
@@ -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);
        ///