mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
6234e09063
commit
7a6971bb28
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user