We don't want a buffer_ member in InsetMathChar.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23362 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-29 20:52:24 +00:00
parent 6234e09063
commit 7a6971bb28

View File

@ -22,6 +22,8 @@ public:
///
explicit InsetMathChar(char_type c);
///
void setBuffer(Buffer &) {}
///
void metrics(MetricsInfo & mi, Dimension & dim) const;
///
void draw(PainterInfo & pi, int x, int y) const;