From 0b1fdca0fa19bc436ab5d89898b5adf480f93765 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 1 Apr 2011 20:03:41 +0000 Subject: [PATCH] Fix last commit. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38189 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathMacro.cpp | 2 -- src/mathed/MathMacro.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/MathMacro.cpp b/src/mathed/MathMacro.cpp index 0ad635342c..ca123afad5 100644 --- a/src/mathed/MathMacro.cpp +++ b/src/mathed/MathMacro.cpp @@ -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); } diff --git a/src/mathed/MathMacro.h b/src/mathed/MathMacro.h index 9405e20f48..1e9536321f 100644 --- a/src/mathed/MathMacro.h +++ b/src/mathed/MathMacro.h @@ -69,6 +69,8 @@ public: /// void write(WriteStream & os) const; /// + void normalize(NormalStream & os) const; + /// void maple(MapleStream &) const; /// void mathmlize(MathStream &) const; -- 2.39.2