]> git.lyx.org Git - lyx.git/blobdiff - src/lyxparagraph.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / lyxparagraph.h
index 6d8d6129109aa9241555ef4440b7b4c563d3ef41..98e73a11ecef9a592dcf5b4209913ff512747709 100644 (file)
@@ -477,8 +477,10 @@ public:
        ///
        void CloseFootnote(size_type pos);
 #endif
-       /// important for cut and paste
-       void CopyIntoMinibuffer(BufferParams const &, size_type pos) const;
+       /** important for cut and paste
+           Temporary change from BufferParams to Buffer. Will revert when we
+           get rid of the argument to Inset::Clone(Buffer const &) */
+       void CopyIntoMinibuffer(Buffer const &, size_type pos) const;
        ///
        void CutIntoMinibuffer(BufferParams const &, size_type pos);
        ///