mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix last commit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38189 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
75a7a2203d
commit
0b1fdca0fa
@ -753,8 +753,6 @@ void MathMacro::maple(MapleStream & os) const
|
||||
|
||||
void MathMacro::mathmlize(MathStream & os) const
|
||||
{
|
||||
MathData const & data = expanded_.cell(0);
|
||||
data.dump();
|
||||
os << expanded_.cell(0);
|
||||
}
|
||||
|
||||
|
@ -69,6 +69,8 @@ public:
|
||||
///
|
||||
void write(WriteStream & os) const;
|
||||
///
|
||||
void normalize(NormalStream & os) const;
|
||||
///
|
||||
void maple(MapleStream &) const;
|
||||
///
|
||||
void mathmlize(MathStream &) const;
|
||||
|
Loading…
Reference in New Issue
Block a user