]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetlabel.h
index 8144f0277935d5e9a2f7e68c854e259309168732..a53a51b2a7ddbfd8a74b35d4aa1e6ceb1acbea4f 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
-       Inset::Code lyxCode() const { return Inset::LABEL_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::LABEL_CODE; }
        ///
        void getLabelList(std::vector<string> &) const;
        ///