]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Add a pending space after math if it is not the last of the selection. This fixes...
[lyx.git] / src / Paragraph.h
index 2423b7492e0e1468d572b32c4e99d298d12c9fb6..e1cb33e0f1cc9ebf42a90aecf077dc96fad2a16d 100644 (file)
@@ -229,10 +229,10 @@ public:
        void setChange(pos_type pos, Change const & change);
 
        /// accept changes within the given range
-       void acceptChanges(BufferParams const & bparams, pos_type start, pos_type end);
+       void acceptChanges(pos_type start, pos_type end);
 
        /// reject changes within the given range
-       void rejectChanges(BufferParams const & bparams, pos_type start, pos_type end);
+       void rejectChanges(pos_type start, pos_type end);
 
        /// Paragraphs can contain "manual labels", for example, Description
        /// environment. The text for this user-editable label is stored in