X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FReplaceData.h;h=907005e0b5baf670f649fc7ce9b29cd9c3b53802;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=dc8eb6b68f3403b4da187ae56c48263ed795747e;hpb=176715bd567758b914a8ebaa2eb8c32f9770a8c7;p=lyx.git diff --git a/src/mathed/ReplaceData.h b/src/mathed/ReplaceData.h index dc8eb6b68f..907005e0b5 100644 --- a/src/mathed/ReplaceData.h +++ b/src/mathed/ReplaceData.h @@ -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; };