X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetFormulaMacro.h;h=55b31761594e866b4b215a341bfd0138bbf26cc8;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=b32bd033c6a17bb1aed09ce0bcb40b35983621ee;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetFormulaMacro.h b/src/mathed/InsetFormulaMacro.h index b32bd033c6..55b3176159 100644 --- a/src/mathed/InsetFormulaMacro.h +++ b/src/mathed/InsetFormulaMacro.h @@ -19,7 +19,7 @@ namespace lyx { class MathMacroTemplate; -class LyXLex; +class Lexer; // An InsetFormulaMacro only knows its name and asks the global @@ -40,23 +40,23 @@ public: void draw(PainterInfo & pi, int x, int y) const; /// - void read(Buffer const &, LyXLex & lex); + void read(Buffer const &, Lexer & lex); /// void write(Buffer const &, std::ostream & os) const; /// - int plaintext(Buffer const &, odocstream &, - OutputParams const &) const; - /// int latex(Buffer const &, odocstream & os, - OutputParams const &) const; + OutputParams const &) const; + /// + int plaintext(Buffer const &, odocstream &, + OutputParams const &) const; /// int docbook(Buffer const &, odocstream &, - OutputParams const &) const; + OutputParams const &) const; /// - std::auto_ptr clone() const; + std::auto_ptr clone() const; /// - InsetBase::Code lyxCode() const { return MATHMACRO_CODE; } + Inset::Code lyxCode() const { return MATHMACRO_CODE; } /// docstring const & getInsetName() const { return name_; } ///