diff options
Diffstat (limited to 'src/gui/widgets/label.h')
-rw-r--r-- | src/gui/widgets/label.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/label.h b/src/gui/widgets/label.h index 29280e17a..bbe49a1e0 100644 --- a/src/gui/widgets/label.h +++ b/src/gui/widgets/label.h @@ -162,6 +162,8 @@ class Label final : public Widget, void setParent(Widget *widget) override final; + void setWindow(Widget *const widget) override final; + void widgetHidden(const Event &event) override final; static Skin *mSkin; |