diff options
Diffstat (limited to 'src/citra_qt/main.h')
| -rw-r--r-- | src/citra_qt/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h index 242b08c39..9fe9e0c9c 100644 --- a/src/citra_qt/main.h +++ b/src/citra_qt/main.h | |||
| @@ -55,7 +55,7 @@ signals: | |||
| 55 | void EmulationStopping(); | 55 | void EmulationStopping(); |
| 56 | 56 | ||
| 57 | private: | 57 | private: |
| 58 | void BootGame(std::string filename); | 58 | void BootGame(const std::string& filename); |
| 59 | void ShutdownGame(); | 59 | void ShutdownGame(); |
| 60 | 60 | ||
| 61 | void closeEvent(QCloseEvent* event) override; | 61 | void closeEvent(QCloseEvent* event) override; |