]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetcite.h
index d5efb999e7ad75d95446e24cafb4f281368ba2de..18970eb4ab9ef650c40eb538866e385759671a76 100644 (file)
@@ -33,7 +33,7 @@ public:
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
-       Inset::Code lyxCode() const { return Inset::CITE_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::CITE_CODE; }
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///