]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ReplaceData.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / ReplaceData.h
index dc8eb6b68f3403b4da187ae56c48263ed795747e..907005e0b5baf670f649fc7ce9b29cd9c3b53802 100644 (file)
@@ -13,7 +13,7 @@
 #define MATH_REPLACE_H
 
 
-#include "MathArray.h"
+#include "MathData.h"
 
 
 namespace lyx {
@@ -21,9 +21,9 @@ namespace lyx {
 class ReplaceData {
 public:
        ///
-       MathArray from;
+       MathData from;
        ///
-       MathArray to;
+       MathData to;
 };