]> git.lyx.org Git - lyx.git/blob - src/mathed/math_replace.h
small up/down tweaking
[lyx.git] / src / mathed / math_replace.h
1 #ifndef MATH_REPLACE_H
2 #define MATH_REPLACE_H
3
4 #ifdef __GNUG__
5 #pragma interface
6 #endif
7
8 #include "math_data.h"
9
10 struct ReplaceData {
11         ///
12         MathArray from;
13         ///
14         MathArray to;
15 };
16
17 #endif