mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
ecafa329be
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3038 a592a061-630c-0410-9148-cb99ea01b6c8
14 lines
145 B
C
14 lines
145 B
C
#ifndef MATH_REPLACE_H
|
|
#define MATH_REPLACE_H
|
|
|
|
#include "math_data.h"
|
|
|
|
struct ReplaceData {
|
|
///
|
|
MathArray from;
|
|
///
|
|
MathArray to;
|
|
};
|
|
|
|
#endif
|