]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.h
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / MathMacroArgument.h
index 1fe0f2ea9ff1ab7cf1a6931c40b043bf4ad61bcb..8a8ef5ea6a766eadaed431da502641eae21260be 100644 (file)
@@ -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<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        /// A number between 1 and 9
        std::size_t number_;
        ///