]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.C
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetindex.C
index 2cbee02a34398915fd25780bab46be2344be565c..04b954e99f21bd05c3602acd3e8e339cef8ae680 100644 (file)
@@ -49,9 +49,9 @@ int InsetIndex::docbook(Buffer const &, ostream & os,
 }
 
 
-InsetOld::Code InsetIndex::lyxCode() const
+InsetBase::Code InsetIndex::lyxCode() const
 {
-       return InsetOld::INDEX_CODE;
+       return InsetBase::INDEX_CODE;
 }
 
 
@@ -78,7 +78,7 @@ void InsetPrintIndex::validate(LaTeXFeatures & features) const
 }
 
 
-InsetOld::Code InsetPrintIndex::lyxCode() const
+InsetBase::Code InsetPrintIndex::lyxCode() const
 {
-       return InsetOld::INDEX_PRINT_CODE;
+       return InsetBase::INDEX_PRINT_CODE;
 }