X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetQuotes.h;h=13bd8ea1249cbd9878c653b1c2b36bceea77ea3b;hb=2660df9b99b8059856b931c22f53ee8f714a1d8e;hp=5e6cb3c4aac9d42c06d40ecf10d58e9527f0943e;hpb=9e8901f997f0b278be40b78ce85cdd7ef04d1038;p=lyx.git diff --git a/src/insets/InsetQuotes.h b/src/insets/InsetQuotes.h index 5e6cb3c4aa..13bd8ea124 100644 --- a/src/insets/InsetQuotes.h +++ b/src/insets/InsetQuotes.h @@ -143,7 +143,7 @@ public: /// void write(std::ostream &) const override; /// - void read(Lexer & lex) override; + void read(support::Lexer & lex) override; /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const override; /// @@ -157,7 +157,7 @@ public: docstring xhtml(XMLStream &, OutputParams const &) const override; /// - bool hasToString() const override { return true; } + bool findUsesToString() const override { return true; } /// void toString(odocstream &) const override; ///