]> git.lyx.org Git - lyx.git/blob - src/mathed/math_replace.h
fix #1073
[lyx.git] / src / mathed / math_replace.h
1 #ifndef MATH_REPLACE_H
2 #define MATH_REPLACE_H
3
4
5 #include "math_data.h"
6
7 struct ReplaceData {
8         ///
9         MathArray from;
10         ///
11         MathArray to;
12 };
13
14 #endif