diff options
Diffstat (limited to 'src/gui/widgets/widget.h')
-rw-r--r-- | src/gui/widgets/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/widget.h b/src/gui/widgets/widget.h index 4cae7369e..cbeb68874 100644 --- a/src/gui/widgets/widget.h +++ b/src/gui/widgets/widget.h @@ -1023,7 +1023,7 @@ class Widget notfinal : public Widget2 void setRedraw(const bool b) noexcept2 { mRedraw = b; } - bool isSelectable() const noexcept2 A_WARN_UNUSED + virtual bool isSelectable() const A_WARN_UNUSED { return mSelectable; } void setSelectable(const bool selectable) |