]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
Amend 207eaeee9071cb
[lyx.git] / src / DocIterator.h
index cfb31f487f248e3c33404456da79f1a24917e3e8..9475fcfb78e44c18d795816f6f438bbcd9017fb0 100644 (file)
@@ -215,8 +215,7 @@ public:
        /// move backward one paragraph
        void backwardPar();
        /// move backward one inset
-       /// not used currently, uncomment if you need it
-       //void backwardInset();
+       void backwardInset();
 
        /// are we some 'extension' (i.e. deeper nested) of the given iterator
        bool hasPart(DocIterator const & it) const;