X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetText.h;h=b9e2dc936ebed495464cbdd0660f7775c33ed718;hb=eb294eadb5e7f22880da399ae082f74567bbfc4e;hp=564702cd98c06102e5fe6ed22453692e330500dd;hpb=82bca97379d8fbfa18b5e889ea3394e2d7ceb336;p=lyx.git diff --git a/src/insets/InsetText.h b/src/insets/InsetText.h index 564702cd98..b9e2dc936e 100644 --- a/src/insets/InsetText.h +++ b/src/insets/InsetText.h @@ -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