]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetScript.h
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / InsetScript.h
index 1a008a98882548fa1c36334dbcfd9010ef5cd942..eab074b1e2f41beb5095ac7fd058fd94de36ad51 100644 (file)
@@ -30,7 +30,7 @@ public:
        ///
        void write(std::ostream & os) const;
        ///
-       void read(Lexer & lex);
+       void read(support::Lexer & lex);
        ///
        int shift(FontInfo const & font) const;
        ///
@@ -87,7 +87,7 @@ public:
        ///
        void write(std::ostream &) const override;
        ///
-       void read(Lexer & lex) override;
+       void read(support::Lexer & lex) override;
        ///
        bool forcePlainLayout(idx_type = 0) const override { return true; }
        ///