]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
adjust comment.
[lyx.git] / src / Paragraph.h
index 53edbc2f5ab5eb598e086c2885979d891329740e..197d5ffcef26c87fa40083ac9f5700a5709c4abc 100644 (file)
@@ -404,13 +404,13 @@ public:
        void locateWord(pos_type & from, pos_type & to,
                word_location const loc) const;
        ///
-       void updateWords(CursorSlice const & sl);
+       void updateWords();
 
 private:
        ///
        void deregisterWords();
        ///
-       void collectWords(CursorSlice const & sl);
+       void collectWords();
        ///
        void registerWords();