X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacroArgument.h;h=8a8ef5ea6a766eadaed431da502641eae21260be;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=1fe0f2ea9ff1ab7cf1a6931c40b043bf4ad61bcb;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/MathMacroArgument.h b/src/mathed/MathMacroArgument.h index 1fe0f2ea9f..8a8ef5ea6a 100644 --- a/src/mathed/MathMacroArgument.h +++ b/src/mathed/MathMacroArgument.h @@ -31,7 +31,7 @@ public: /// std::size_t number() const { return number_; } /// - InsetBase::Code lyxCode() const { return MATHMACROARG_CODE; } + Inset::Code lyxCode() const { return MATHMACROARG_CODE; } /// void normalize(NormalStream &) const; @@ -39,7 +39,7 @@ public: void write(WriteStream & os) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// A number between 1 and 9 std::size_t number_; ///