X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiagram.h;h=732cd4ee1b57d34bfd92d53d4928a7588d1a514d;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=1e44863dda770aa8e9aaad0feb22848ca164c268;hpb=0ce10160daadc904ab1221eaeef0d005694f0f0c;p=lyx.git diff --git a/src/mathed/InsetMathDiagram.h b/src/mathed/InsetMathDiagram.h index 1e44863dda..732cd4ee1b 100644 --- a/src/mathed/InsetMathDiagram.h +++ b/src/mathed/InsetMathDiagram.h @@ -26,6 +26,8 @@ public: /// void metrics(MetricsInfo &, Dimension &) const; /// + void draw(PainterInfo & pi, int x, int y) const; + /// InsetMathDiagram const * asDiagramInset() const { return this; } /// virtual int colsep() const;