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