]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHFill.h
This should be the last of the commits refactoring the InsetLayout code.
[lyx.git] / src / insets / InsetHFill.h
index 6c015afd470d976c92e5798fe0ed3e96eda380a8..3c4683cc2de5562daf3736a0abf526b6290e8548 100644 (file)
@@ -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; }