diff options
Diffstat (limited to 'src/ui/widget/frame.h')
| -rw-r--r-- | src/ui/widget/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/frame.h b/src/ui/widget/frame.h index 24dd716e6..3145eddfe 100644 --- a/src/ui/widget/frame.h +++ b/src/ui/widget/frame.h @@ -40,7 +40,7 @@ public: /** * Add a widget to this frame */ - virtual void add(Widget& widget); + void add(Widget& widget) override; /** * Set the frame label text and if bold or not |
