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:
Richard Heck 2011-04-01 20:03:41 +00:00
parent 75a7a2203d
commit 0b1fdca0fa
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -69,6 +69,8 @@ public:
///
void write(WriteStream & os) const;
///
void normalize(NormalStream & os) const;
///
void maple(MapleStream &) const;
///
void mathmlize(MathStream &) const;