]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / insetindex.h
index 78842a281aa1cf6cef8c8cdeb5cf9e65fbe19491..8dc585a1577ecd60cc231488999efcea4133dc64 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "insetcommand.h"
 
-struct LaTeXFeatures;
+class LaTeXFeatures;
 
 /** Used to insert index labels
   */
@@ -28,7 +28,7 @@ public:
        ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
-       InsetOld::Code lyxCode() const;
+       InsetBase::Code lyxCode() const;
        ///
        int docbook(Buffer const &, std::ostream &,
                    OutputParams const &) const;
@@ -48,7 +48,7 @@ public:
        ///
        EDITABLE editable() const { return NOT_EDITABLE; }
        ///
-       InsetOld::Code lyxCode() const;
+       InsetBase::Code lyxCode() const;
        ///
        bool display() const { return true; }
        ///