]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Fix bug 2485 and crash on middle mouse paste on math
[lyx.git] / src / BufferView.h
index 2940d7758660adc54e47d477dbf2a9811a6951a8..95910a97f146282ac627093a9ffa80434821c1a3 100644 (file)
@@ -120,6 +120,8 @@ public:
        void restorePosition(unsigned int i);
        /// does the given bookmark have a saved position ?
        bool isSavedPosition(unsigned int i);
+       /// save bookmarks to .lyx/session
+       void saveSavedPositions();
 
        /// return the current change at the cursor
        Change const getCurrentChange();