]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetFormulaMacro.h
rename LyXFont to Font except in tex2lyx
[lyx.git] / src / mathed / InsetFormulaMacro.h
index 01ad367a915e1a591a4084d5e9c5dfb813263b48..55b31761594e866b4b215a341bfd0138bbf26cc8 100644 (file)
@@ -54,9 +54,9 @@ public:
                    OutputParams const &) const;
 
        ///
-       std::auto_ptr<InsetBase> clone() const;
+       std::auto_ptr<Inset> clone() const;
        ///
-       InsetBase::Code lyxCode() const { return MATHMACRO_CODE; }
+       Inset::Code lyxCode() const { return MATHMACRO_CODE; }
        ///
        docstring const & getInsetName() const { return name_; }
        ///