]> git.lyx.org Git - lyx.git/blobdiff - src/undo.h
hopefully fix tex2lyx linking.
[lyx.git] / src / undo.h
index 519b21252acc0e58eea1958b1927fd8a65af3789..8ce44ce962da5eed385e37b57a40d6b4d0177390 100644 (file)
@@ -85,7 +85,7 @@ public:
        /// the contents of the saved Paragraphs (for texted)
        ParagraphList pars;
        /// the stringified contents of the saved MathArray (for mathed)
-       std::string array;
+       docstring array;
        /// Only used in case of full backups
        BufferParams bparams;
        /// Only used in case of full backups