diff options
Diffstat (limited to 'sword1/sword1.cpp')
-rw-r--r-- | sword1/sword1.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp index 025ff7aeb0..7f68e95a98 100644 --- a/sword1/sword1.cpp +++ b/sword1/sword1.cpp @@ -51,8 +51,8 @@ GameList Engine_SWORD1_gameList() { return games; } -GameList Engine_SWORD1_detectGames(const FSList &fslist) { - GameList detectedGames; +DetectedGameList Engine_SWORD1_detectGames(const FSList &fslist) { + DetectedGameList detectedGames; // Iterate over all files in the given directory for (FSList::ConstIterator file = fslist.begin(); file != fslist.end(); ++file) { |