]> git.lyx.org Git - features.git/blobdiff - src/insets/insetref.h
All changes I made to have text-insets working. Look at the Changelog
[features.git] / src / insets / insetref.h
index fe4e71487c833c3ab36a3320637dda8d8c5bed28..3644753e2316efea6cbedba294ba9fe865c78a14 100644 (file)
@@ -45,7 +45,7 @@ public:
        ///
        Inset::Code LyxCode() const { return Inset::REF_CODE; }
        ///
-       void Edit(BufferView *, int, int);
+       void Edit(BufferView *, int, int, unsigned int);
        ///
        unsigned char Editable() const {
                return 1;