]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.h
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / Undo.h
index 888f8ae077a0108fbc8217e98e3af690df649527..8bdc6af3c8d4410a6d622606ea66a86fd9c49992 100644 (file)
@@ -30,7 +30,7 @@ class BufferParams;
 class BufferView;
 class DocIterator;
 class Cursor;
-class MathArray;
+class MathData;
 class ParagraphList;
 
 
@@ -86,8 +86,8 @@ public:
        pit_type end;
        /// the contents of the saved Paragraphs (for texted)
        ParagraphList * pars;
-       /// the contents of the saved MathArray (for mathed)
-       MathArray * array;
+       /// the contents of the saved MathData (for mathed)
+       MathData * array;
        /// Only used in case of full backups
        BufferParams bparams;
        /// Only used in case of full backups