]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetfloatlist.C
index 54d5f67a0dc203a8ccc9e3986be76eafd297a0fa..14850a8347870b7e208d49f12a9dd5e94f1bc2cb 100644 (file)
@@ -57,9 +57,9 @@ string const InsetFloatList::getScreenLabel(Buffer const & buf) const
 }
 
 
-InsetOld::Code InsetFloatList::lyxCode() const
+InsetBase::Code InsetFloatList::lyxCode() const
 {
-       return InsetOld::FLOAT_LIST_CODE;
+       return InsetBase::FLOAT_LIST_CODE;
 }