]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
fix build, thesaurus
[lyx.git] / src / paragraph.h
index 953b3f96ea124b83be6da3773283057bbe525855..2aad07ade892d36e46669128a425fcbf48e8879b 100644 (file)
@@ -311,9 +311,6 @@ public:
        */ 
        void pasteParagraph(BufferParams const &);
 
-       /// used to remove the error messages
-       int autoDeleteInsets();
-
        /// returns -1 if inset not found
        int getPositionOfInset(Inset const * inset) const;
 
@@ -370,6 +367,9 @@ public:
                }
                ///
                Inset * operator*() { return it->inset; }
+               ///
+               Inset * operator->() { return it->inset; }
+               
                ///
                lyx::pos_type getPos() const { return it->pos; }
                ///