]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
remove more forms.h cruft
[lyx.git] / src / paragraph.h
index 2486855550a2ac064e7bdfa0412ec966d4f86265..8c6abcbf330de81bb776a6ff7d50caa72a1a911c 100644 (file)
@@ -217,7 +217,6 @@ public:
        ///
        void setLabelWidthString(string const & s);
        ///
-       inline
        LyXTextClass::LayoutList::size_type getLayout() const;
        ///
        char getAlign() const;
@@ -282,7 +281,7 @@ public:
        Inset const * getInset(size_type pos) const;
        /** important for cut and paste
            Temporary change from BufferParams to Buffer. Will revert when we
-           get rid of the argument to Inset::Clone(Buffer const &) */
+           get rid of the argument to Inset::clone(Buffer const &) */
        void copyIntoMinibuffer(Buffer const &, size_type pos) const;
        ///
        void cutIntoMinibuffer(BufferParams const &, size_type pos);
@@ -384,6 +383,9 @@ public:
                ///
                InsetList::iterator it;
        };
+       ///
+       friend class inset_iterator;
+       
        ///
        inset_iterator inset_iterator_begin();
        ///