]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Two fixes involving RtL text drawing
[lyx.git] / src / paragraph_pimpl.h
index 35db59cf8d62d5bdf96c1d42e43735247a7bbd1b..ed2e809270980647de46efe745c3d88b8b34b4e6 100644 (file)
@@ -55,7 +55,7 @@ public:
        /// set change at pos
        void setChange(lyx::pos_type pos, Change::Type type);
        /// mark as erased
-       void markErased();
+       void markErased(bool);
        /// accept change
        void acceptChange(lyx::pos_type start, lyx::pos_type end);
        /// reject change
@@ -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.