]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetFormulaMacro.h
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetFormulaMacro.h
index 59d867a8290df38dddbb0557147da306460acb14..20383169de73467afffcaa2d321f5e19a909265b 100644 (file)
@@ -54,7 +54,7 @@ public:
                    OutputParams const &) const;
 
        ///
-       Inset::Code lyxCode() const { return MATHMACRO_CODE; }
+       InsetCode lyxCode() const { return MATHMACRO_CODE; }
        ///
        docstring const & getInsetName() const { return name_; }
        ///