mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
*** 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:
parent
39924c351c
commit
ecafa329be
13
src/mathed/math_replace.h
Normal file
13
src/mathed/math_replace.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef MATH_REPLACE_H
|
||||
#define MATH_REPLACE_H
|
||||
|
||||
#include "math_data.h"
|
||||
|
||||
struct ReplaceData {
|
||||
///
|
||||
MathArray from;
|
||||
///
|
||||
MathArray to;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user