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 6bcb37a30..a0b41f5f4 100644 --- a/src/citra_qt/main.hxx +++ b/src/citra_qt/main.hxx | |||
| @@ -30,7 +30,7 @@ public: | |||
| 30 | ~GMainWindow(); | 30 | ~GMainWindow(); |
| 31 | 31 | ||
| 32 | private: | 32 | private: |
| 33 | void BootGame(const char* filename); | 33 | void BootGame(std::string filename); |
| 34 | 34 | ||
| 35 | void closeEvent(QCloseEvent* event); | 35 | void closeEvent(QCloseEvent* event); |
| 36 | 36 | ||