summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-06 13:12:32 -0400
committerLioncash <mathew1800@gmail.com>2018-08-06 13:29:14 -0400
commit7846295a8f5c74cecdebc467e902406fe7179547 (patch)
tree4d4ede32087cb28ec94a506949b72d3f606cf75c /src/yuzu/bootmanager.h
parent00a68c5eea17db975446c499a6dbf84311441f04 (diff)
qt: Add missing override specifiers where applicable
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index 130bc613b..d0f990c64 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -106,7 +106,7 @@ class GRenderWindow : public QWidget, public EmuWindow {
public:
GRenderWindow(QWidget* parent, EmuThread* emu_thread);
- ~GRenderWindow();
+ ~GRenderWindow() override;
// EmuWindow implementation
void SwapBuffers() override;