]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.h
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetQuotes.h
index 5e6cb3c4aac9d42c06d40ecf10d58e9527f0943e..13bd8ea1249cbd9878c653b1c2b36bceea77ea3b 100644 (file)
@@ -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;
        ///