X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetFormulaMacro.h;h=55b31761594e866b4b215a341bfd0138bbf26cc8;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=01ad367a915e1a591a4084d5e9c5dfb813263b48;hpb=39e79d8602920eefe36e898c9f415afb979521b2;p=lyx.git diff --git a/src/mathed/InsetFormulaMacro.h b/src/mathed/InsetFormulaMacro.h index 01ad367a91..55b3176159 100644 --- a/src/mathed/InsetFormulaMacro.h +++ b/src/mathed/InsetFormulaMacro.h @@ -54,9 +54,9 @@ public: 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_; } ///