]> git.lyx.org Git - features.git/blobdiff - src/insets/inset.h
Paragraph iterators
[features.git] / src / insets / inset.h
index 82d84034bc847b5e4c8b53beb69e649535d36426..7a36f616861a5341ae4c1d5c1656c556a7c63f8b 100644 (file)
@@ -264,6 +264,12 @@ public:
        virtual Paragraph * firstParagraph() const {
                return 0;
        }
+
+       ///
+       virtual Paragraph * getFirstParagraph(int /*num*/) const {
+               return 0;
+       }
+
        /// return the cursor if we own one otherwise giv'em just the
        /// BufferView cursor to work with.
        virtual LyXCursor const & cursor(BufferView * bview) const;