X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetHFill.h;h=3c4683cc2de5562daf3736a0abf526b6290e8548;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=6c015afd470d976c92e5798fe0ed3e96eda380a8;hpb=07b6198f4c3aa6dfe3245394b660966fd3e85c99;p=lyx.git diff --git a/src/insets/InsetHFill.h b/src/insets/InsetHFill.h index 6c015afd47..3c4683cc2d 100644 --- a/src/insets/InsetHFill.h +++ b/src/insets/InsetHFill.h @@ -25,6 +25,8 @@ public: /// void metrics(MetricsInfo &, Dimension &) const; /// + void draw(PainterInfo & pi, int x, int y) const; + /// docstring const getScreenLabel(Buffer const &) const; /// InsetCode lyxCode() const { return HFILL_CODE; }