diff options
Diffstat (limited to 'src/citra_qt/main.hxx')
| -rw-r--r-- | src/citra_qt/main.hxx | 2 |
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: | |||
| 32 | private: | 32 | private: |
| 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 | ||
| 37 | private slots: | 37 | private slots: |
| 38 | void OnStartGame(); | 38 | void OnStartGame(); |