X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacroTemplate.h;h=7dd81890a997d7ac4115f386937f1fd9a8357ad8;hb=a746aa52146257c0e7a2d60123f63dccad5b2751;hp=b657ea4793971fdf24d18f4b9f84c939856f23c6;hpb=e36fba33abc2e80599b164d91e90e1558225576d;p=lyx.git diff --git a/src/mathed/MathMacroTemplate.h b/src/mathed/MathMacroTemplate.h index b657ea4793..7dd81890a9 100644 --- a/src/mathed/MathMacroTemplate.h +++ b/src/mathed/MathMacroTemplate.h @@ -65,10 +65,10 @@ public: /// identifies macro templates MathMacroTemplate const * asMacroTemplate() const { return this; } /// - InsetBase::Code lyxCode() const { return MATHMACRO_CODE; } + Inset::Code lyxCode() const { return MATHMACRO_CODE; } private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// prefix in inset docstring prefix() const;