]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
remove more forms.h cruft
[lyx.git] / src / paragraph.h
index b6666b6043e3f46465808317c8d04d39d202d75f..8c6abcbf330de81bb776a6ff7d50caa72a1a911c 100644 (file)
@@ -217,7 +217,6 @@ public:
        ///
        void setLabelWidthString(string const & s);
        ///
-       inline
        LyXTextClass::LayoutList::size_type getLayout() const;
        ///
        char getAlign() const;
@@ -384,6 +383,9 @@ public:
                ///
                InsetList::iterator it;
        };
+       ///
+       friend class inset_iterator;
+       
        ///
        inset_iterator inset_iterator_begin();
        ///