]> git.lyx.org Git - features.git/blobdiff - src/insets/insetindex.h
All changes I made to have text-insets working. Look at the Changelog
[features.git] / src / insets / insetindex.h
index 152dd6597d401780eec385d05473fe122a9f45fa..b4905bf0b06950ecd14e9016be271f4d5b08a0db 100644 (file)
@@ -37,7 +37,7 @@ public:
        ///
        Inset * Clone() const { return new InsetIndex(contents);}
        ///
-       void Edit(BufferView *, int, int);
+       void Edit(BufferView *, int, int, unsigned int);
        ///
        unsigned char Editable() const
        {
@@ -59,7 +59,7 @@ public:
        /// Updates needed features for this inset.
        void Validate(LaTeXFeatures & features) const;
        ///
-       void Edit(BufferView *, int, int) {}
+       void Edit(BufferView *, int, int, unsigned int) {}
        ///
        unsigned char Editable() const{
                return 1;