diff --git a/src/mathed/InsetMathChar.h b/src/mathed/InsetMathChar.h index 902f50e8fb..b602555da4 100644 --- a/src/mathed/InsetMathChar.h +++ b/src/mathed/InsetMathChar.h @@ -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;