From 5912c9c32774320a74eb1980850738180fcf5cca Mon Sep 17 00:00:00 2001 From: LittleWhite Date: Sun, 6 Mar 2016 11:22:45 +0100 Subject: Register ROM started through the gamelist in the list of ROM recently started --- src/citra_qt/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/citra_qt/main.h') diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h index 945aea0cd..6e4e56689 100644 --- a/src/citra_qt/main.h +++ b/src/citra_qt/main.h @@ -75,7 +75,7 @@ private: * * @param filename the filename to store */ - void StoreRecentFile(const QString& filename); + void StoreRecentFile(const std::string& filename); /** * Updates the recent files menu. -- cgit v1.2.3