X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fundo.h;h=9275e0e48cc2ed4cba96dc4fac8b3e9cd1d75381;hb=e94889a041628203c50b66b9a4add63210de6928;hp=fe677a8a4b9a52fc3390c0fa83526d5a3df5a687;hpb=d7055d0a8e64f66afc9f43f7d22fc9c71a2d1cac;p=lyx.git diff --git a/src/undo.h b/src/undo.h index fe677a8a4b..9275e0e48c 100644 --- a/src/undo.h +++ b/src/undo.h @@ -17,7 +17,7 @@ #define UNDO_H #include "dociterator.h" -#include "ParagraphList_fwd.h" +#include "ParagraphList.h" #include "bufferparams.h" #include "support/types.h" @@ -86,7 +86,7 @@ public: /// Only used in case of full backups BufferParams bparams; /// Only used in case of full backups - bool isFullBuffer; + bool isFullBuffer; };