]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / paragraph_pimpl.h
index 35db59cf8d62d5bdf96c1d42e43735247a7bbd1b..5d15a82ec383bfed6e72d35378fb997ff1508bfa 100644 (file)
@@ -78,7 +78,7 @@ public:
        /// erase the given range
        int erase(lyx::pos_type start, lyx::pos_type end);
        ///
-       UpdatableInset * inset_owner;
+       InsetBase * inset_owner;
 
        /** A font entry covers a range of positions. Notice that the
            entries in the list are inserted in random order.