lyx_mirror/src/mathed/math_replace.h

14 lines
145 B
C
Raw Normal View History

#ifndef MATH_REPLACE_H
#define MATH_REPLACE_H
#include "math_data.h"
struct ReplaceData {
///
MathArray from;
///
MathArray to;
};
#endif