X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fundo.C;h=3fa8ca88a969e58e4977a59adf384dcdd164eef2;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=80f8a35cf35d7f25edb3762fa64e7bb1211a244e;hpb=a5c7dde1e44c544bae0bc6d9c9e463d15b82ddc8;p=lyx.git diff --git a/src/undo.C b/src/undo.C index 80f8a35cf3..3fa8ca88a9 100644 --- a/src/undo.C +++ b/src/undo.C @@ -12,14 +12,13 @@ #include "undo.h" -Undo::Undo(undo_kind kind_arg, int inset, int plist, +Undo::Undo(undo_kind kind_arg, int inset, int first, int last, int cursor, int cursor_pos_arg, ParagraphList const & par) : kind(kind_arg), inset_id(inset), - plist_id(plist), first_par_offset(first), last_par_offset(last), cursor_par_offset(cursor),