]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insetnote.h
index 2f834bb26b2ab2418df6f6b8862d3a96b069edf3..f33f82b22500b4d78189b6adbf66d3f788490998 100644 (file)
@@ -44,7 +44,7 @@ public:
        ///
        string const editMessage() const;
        ///
-       Inset::Code lyxCode() const { return Inset::NOTE_CODE; }
+       InsetOld::Code lyxCode() const { return InsetOld::NOTE_CODE; }
        ///
        void write(Buffer const *, std::ostream &) const;
        ///