]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
Restore the version number position on the splash screen
[lyx.git] / src / undo.h
index 494cf7b6fb70c056edaa1a3a2b08f935aaed314c..54f76ae5235b765261db3463dfdd7b02e1bd7689 100644 (file)
@@ -17,8 +17,8 @@
 #define UNDO_H
 
 #include "dociterator.h"
-#include "ParagraphList.h"
 #include "bufferparams.h"
+#include "ParagraphList_fwd.h"
 
 #include "support/types.h"
 
@@ -31,6 +31,7 @@ class BufferParams;
 class BufferView;
 class DocIterator;
 class LCursor;
+class MathArray;
 
 
 /**
@@ -84,9 +85,9 @@ public:
        /// complement to end of this cell
        pit_type end;
        /// the contents of the saved Paragraphs (for texted)
-       ParagraphList pars;
-       /// the stringified contents of the saved MathArray (for mathed)
-       docstring array;
+       ParagraphList pars;
+       /// the contents of the saved MathArray (for mathed)
+       MathArray * array;
        /// Only used in case of full backups
        BufferParams bparams;
        /// Only used in case of full backups