diff options
| author | Brian Potchik <brian@vector35.com> | 2021-09-29 14:53:19 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-09-29 14:53:19 -0400 |
| commit | f09baa20bf7f3d367ad2f3a525b5d5f1843b33f7 (patch) | |
| tree | 66521f9b68254c59c27bb78781e68218f19ea8ab | |
| parent | b207d6e4f3722739dc1d67b02ca1dd6e4380427f (diff) | |
Fix warning.
| -rw-r--r-- | ui/typeview.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
