]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ReplaceData.h
Fix drawing of empty boxes
[lyx.git] / src / mathed / ReplaceData.h
index dc8eb6b68f3403b4da187ae56c48263ed795747e..763657173e8baa8f8c8f8167b92de0b180225638 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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;
 };