1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-15 18:47:59 -05:00

citra-qt: Pass string by const reference

This commit is contained in:
Lioncash
2015-07-29 11:54:07 -04:00
parent 8165de065b
commit 13ddf60f60
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ signals:
void EmulationStopping();
private:
void BootGame(std::string filename);
void BootGame(const std::string& filename);
void ShutdownGame();
void closeEvent(QCloseEvent* event) override;