]> git.lyx.org Git - lyx.git/blob - src/mathed/math_replace.h
Nobody noticed that right click on math insets did not pop up the panel
[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