]> git.lyx.org Git - lyx.git/blobdiff - src/ParIterator.h
InsetInfo: Output 'undefined' instead of an error message for undefined shortcut
[lyx.git] / src / ParIterator.h
index 71e5417ddc8a6a1e2006ecdf606065821c7c00d7..f5e74ca8dc4f5d7271a52cc6bc79c53f29813327 100644 (file)
@@ -71,8 +71,6 @@ public:
 };
 
 
-DocIterator makeDocIterator(ParIterator const &, pos_type);
-
 ParIterator par_iterator_begin(Inset & inset);
 
 ParIterator par_iterator_end(Inset & inset);
@@ -102,6 +100,7 @@ public:
        ///
        explicit ParConstIterator(DocIterator const &);
        ///
+       void push_back(Inset const &);
 
        ParConstIterator & operator++();
        ///