]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetindex.h
index d9a5eb684ee9447866d94d949d365dc289e54c9f..8c695731feb120a689cb5e879d90591be923daa3 100644 (file)
@@ -36,7 +36,7 @@ public:
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
-       Inset::Code lyxCode() const;
+       InsetOld::Code lyxCode() const;
        ///
        int docbook(Buffer const *, std::ostream &, bool mixcont) const;
 };
@@ -61,7 +61,7 @@ public:
        ///
        bool display() const { return true; }
        ///
-       Inset::Code lyxCode() const;
+       InsetOld::Code lyxCode() const;
        ///
        string const getScreenLabel(Buffer const *) const;
        ///