]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetText.h
Strip et al. for citation search
[lyx.git] / src / insets / InsetText.h
index 564702cd98c06102e5fe6ed22453692e330500dd..b9e2dc936ebed495464cbdd0660f7775c33ed718 100644 (file)
@@ -203,7 +203,7 @@ public:
        ///
        docstring completionPrefix(Cursor const & cur) const override;
        ///
-       bool insertCompletion(Cursor & cur, docstring const & s, bool finished) override;
+       bool insertCompletion(Cursor & cur, docstring const & s, bool /*finished*/) override;
        ///
        void completionPosAndDim(Cursor const &, int & x, int & y, Dimension & dim) const override;
        /// returns the text to be used as tooltip