From ecafa329bea59489b5f074871f366d79fc35f040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 16 Nov 2001 11:24:55 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3038 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_replace.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/mathed/math_replace.h diff --git a/src/mathed/math_replace.h b/src/mathed/math_replace.h new file mode 100644 index 0000000000..0aa9d03663 --- /dev/null +++ b/src/mathed/math_replace.h @@ -0,0 +1,13 @@ +#ifndef MATH_REPLACE_H +#define MATH_REPLACE_H + +#include "math_data.h" + +struct ReplaceData { + /// + MathArray from; + /// + MathArray to; +}; + +#endif