]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
explain why ownsClipbiard() does not work on Windows and OS X
[lyx.git] / src / BufferView.h
index 8ebd0e6f94ea40754baa45a027dfb329ec0b4e1d..181b71c14c0d03782d43b5270fb64473a5d81527 100644 (file)
@@ -113,8 +113,8 @@ public:
        ScrollbarParameters const & scrollbarParameters() const;
 
        /// Save the current position as bookmark.
-       /// if persistent=false, save to temp_bookmark
-       void saveBookmark(bool persistent);
+       /// if idx == 0, save to temp_bookmark
+       void saveBookmark(unsigned int idx);
        /// goto a specified position, try par_id first, and then par_pit
        /// return the par_pit and par_id of the new paragraph
        boost::tuple<pit_type, int> moveToPosition(