From: Richard Heck Date: Wed, 31 Mar 2010 20:31:15 +0000 (+0000) Subject: Ignore phantoms for now. X-Git-Tag: 2.0.0~3596 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ea44f30077e3a1bb27bdf4a465f59046b2998150;p=features.git Ignore phantoms for now. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33984 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathPhantom.h b/src/mathed/InsetMathPhantom.h index cbc01b0435..9cce40df23 100644 --- a/src/mathed/InsetMathPhantom.h +++ b/src/mathed/InsetMathPhantom.h @@ -39,6 +39,10 @@ public: void infoize(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_PHANTOM_CODE; } + /// Nothing for now + void mathmlize(MathStream &) const {} + /// Nothing for HTML + void htmlize(HtmlStream &) const {} private: ///