From f09baa20bf7f3d367ad2f3a525b5d5f1843b33f7 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 29 Sep 2021 14:53:19 -0400 Subject: Fix warning. --- ui/typeview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/typeview.h b/ui/typeview.h index 7a90fd31..512e2635 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -241,7 +241,7 @@ public: void focusAtTopOfView(); - virtual bool canDisplayAs(const UIActionContext& context, const BNIntegerDisplayType) { return false; } + virtual bool canDisplayAs(const UIActionContext& context, const BNIntegerDisplayType) override { return false; } protected: virtual void resizeEvent(QResizeEvent* event) override; -- cgit v1.3.1