]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetminipage.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetminipage.h
index 75c3ee18f2231849108dc9f7b8caec4085fc4862..9ceca591557620b405b2b3df3d0ed3d660230b03 100644 (file)
@@ -70,14 +70,14 @@ public:
        ///
        void metrics(MetricsInfo &, Dimension &) const;
        ///
-       Inset::Code lyxCode() const { return Inset::MINIPAGE_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::MINIPAGE_CODE; }
        ///
        int latex(Buffer const *, std::ostream &,
                  LatexRunParams const &) const;
        ///
        string const editMessage() const;
        ///
-       bool insetAllowed(Inset::Code) const;
+       bool insetAllowed(InsetOld::Code) const;
        ///
        bool needFullRow() const { return false; }
        /** returns true if, when outputing LaTeX, font changes should