summaryrefslogtreecommitdiff
path: root/src/yuzu/main.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/main.h
parent00a68c5eea17db975446c499a6dbf84311441f04 (diff)
qt: Add missing override specifiers where applicable
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 074bba3f9..a60d831b9 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -43,7 +43,7 @@ public:
void filterBarSetChecked(bool state);
void UpdateUITheme();
GMainWindow();
- ~GMainWindow();
+ ~GMainWindow() override;
signals: