X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiagram.h;h=732cd4ee1b57d34bfd92d53d4928a7588d1a514d;hb=02e82157ec583c3900e359de86be79fac6512387;hp=1e44863dda770aa8e9aaad0feb22848ca164c268;hpb=586124c6a7bbad3d28bb756622613334da4a9a23;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;