summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
authorLittleWhite <lw.demoscene@googlemail.com>2016-03-06 11:22:45 +0100
committerLittleWhite <lw.demoscene@googlemail.com>2016-03-16 22:20:39 +0100
commit5912c9c32774320a74eb1980850738180fcf5cca (patch)
treeba0dbf07f39437bd5281ab69cbe82d2b4f74b0d3 /src/citra_qt/main.h
parentMerge pull request #1496 from JayFoxRox/align-attribs (diff)
downloadyuzu-5912c9c32774320a74eb1980850738180fcf5cca.tar
yuzu-5912c9c32774320a74eb1980850738180fcf5cca.tar.gz
yuzu-5912c9c32774320a74eb1980850738180fcf5cca.tar.bz2
yuzu-5912c9c32774320a74eb1980850738180fcf5cca.tar.lz
yuzu-5912c9c32774320a74eb1980850738180fcf5cca.tar.xz
yuzu-5912c9c32774320a74eb1980850738180fcf5cca.tar.zst
yuzu-5912c9c32774320a74eb1980850738180fcf5cca.zip
Diffstat (limited to '')
-rw-r--r--src/citra_qt/main.h2
1 files changed, 1 insertions, 1 deletions
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.