]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibtex.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetbibtex.h
index f2148395a000d878877176f09310bbb0c6af75fd..4daf8f589fff4b0c9179c2bdb9a8bb386290b05c 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
-       InsetOld::Code lyxCode() const { return InsetOld::BIBTEX_CODE; }
+       InsetBase::Code lyxCode() const { return InsetBase::BIBTEX_CODE; }
        ///
        bool display() const { return true; }
        ///