aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/detection.h')
-rw-r--r--engines/glk/detection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/glk/detection.h b/engines/glk/detection.h
index 2e2047edeb..677519d8e5 100644
--- a/engines/glk/detection.h
+++ b/engines/glk/detection.h
@@ -107,10 +107,10 @@ struct GameDescriptor {
*/
class GlkDetectedGame : public DetectedGame {
public:
- GlkDetectedGame(const char *gameId, const char *gameDesc, const Common::String &filename);
- GlkDetectedGame(const char *gameId, const char *gameDesc, const Common::String &filename,
+ GlkDetectedGame(const char *id, const char *desc, const Common::String &filename);
+ GlkDetectedGame(const char *id, const char *desc, const Common::String &filename,
Common::Language lang);
- GlkDetectedGame(const char *gameId, const char *gameDesc, const Common::String &filename,
+ GlkDetectedGame(const char *id, const char *desc, const Common::String &filename,
const Common::String &md5, size_t filesize);
};