*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3038 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-11-16 11:24:55 +00:00
parent 39924c351c
commit ecafa329be

13
src/mathed/math_replace.h Normal file
View File

@ -0,0 +1,13 @@
#ifndef MATH_REPLACE_H
#define MATH_REPLACE_H
#include "math_data.h"
struct ReplaceData {
///
MathArray from;
///
MathArray to;
};
#endif