X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDiagram.h;h=732cd4ee1b57d34bfd92d53d4928a7588d1a514d;hb=02e82157ec583c3900e359de86be79fac6512387;hp=62b0efdea7ccad323ba5c36724898da7dec6b1f7;hpb=77292f028d20fe99a6f353781bba1b42af6e3033;p=lyx.git diff --git a/src/mathed/InsetMathDiagram.h b/src/mathed/InsetMathDiagram.h index 62b0efdea7..732cd4ee1b 100644 --- a/src/mathed/InsetMathDiagram.h +++ b/src/mathed/InsetMathDiagram.h @@ -13,7 +13,6 @@ #ifndef MATH_DIAGRAM_H #define MATH_DIAGRAM_H -#include "Length.h" #include "InsetMathGrid.h" @@ -27,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;