]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetfoot.h
index 6b0e31cf3a6da6125eead493848a5e1c7e56c1a4..da1e1d662b946d185e172a1ae49185fbc3aa7701 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        virtual std::auto_ptr<InsetBase> clone() const;
        ///
-       Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::FOOT_CODE; }
        ///
        int latex(Buffer const *, std::ostream &,
                  LatexRunParams const &) const;