]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Minor code shuffle.
[lyx.git] / src / paragraph.h
index 8d014b08b414856987bbf4e734e35cf73f96f98b..9fc5b9b16fa7f3780b4d7bcade0e5d71cfa33ea0 100644 (file)
@@ -150,7 +150,7 @@ public:
            proof environment */
        int getEndLabel(BufferParams const &) const;
        ///
-       Inset * InInset() const;
+       Inset * inInset() const;
        ///
        void setInsetOwner(Inset * i);
        ///
@@ -371,9 +371,9 @@ public:
                        return *this;
                }
                ///
-               Inset * operator*() { return (*it).inset; }
+               Inset * operator*() { return it->inset; }
                ///
-               size_type getPos() const {return (*it).pos; }
+               size_type getPos() const {return it->pos; }
                ///
                bool operator==(inset_iterator const & iter) const {
                        return it == iter.it;