]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / MathMacroTemplate.h
index b657ea4793971fdf24d18f4b9f84c939856f23c6..7dd81890a997d7ac4115f386937f1fd9a8357ad8 100644 (file)
@@ -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<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
        /// prefix in inset
        docstring prefix() const;