]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetfootlike.h
index 284ab620abfaff7a7fea784e048fe4fbe7805e4f..c91129ece52f18096f0048795022940d47975d62 100644 (file)
@@ -24,11 +24,9 @@ public:
        ///
        InsetFootlike(InsetFootlike const &);
        ///
-       //InsetFootlike(InsetFootlike const &, bool same_id);
-       ///
        void write(Buffer const * buf, std::ostream & os) const;
        ///
-       bool insetAllowed(Inset::Code) const;
+       bool insetAllowed(InsetOld::Code) const;
        /** returns true if, when outputing LaTeX, font changes should
            be closed before generating this inset. This is needed for
            insets that may contain several paragraphs */