summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/main.hxx')
-rw-r--r--src/citra_qt/main.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.hxx b/src/citra_qt/main.hxx
index a0b41f5f4..b1b40df46 100644
--- a/src/citra_qt/main.hxx
+++ b/src/citra_qt/main.hxx
@@ -32,7 +32,7 @@ public:
32private: 32private:
33 void BootGame(std::string filename); 33 void BootGame(std::string filename);
34 34
35 void closeEvent(QCloseEvent* event); 35 void closeEvent(QCloseEvent* event) override;
36 36
37private slots: 37private slots:
38 void OnStartGame(); 38 void OnStartGame();