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