]> git.lyx.org Git - features.git/blobdiff - src/paragraph.h
small changes read changelog
[features.git] / src / paragraph.h
index da4fb0189497fa8f5e218cef05fb99c3b90133ee..9fc5b9b16fa7f3780b4d7bcade0e5d71cfa33ea0 100644 (file)
@@ -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;