aboutsummaryrefslogtreecommitdiff
path: root/gui/massadd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/massadd.h')
-rw-r--r--gui/massadd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/massadd.h b/gui/massadd.h
index 116a420d79..58071cda0a 100644
--- a/gui/massadd.h
+++ b/gui/massadd.h
@@ -44,7 +44,7 @@ public:
Common::String getFirstAddedTarget() const {
if (!_games.empty())
- return _games.front().gameid();
+ return _games.front().gameId;
return Common::String();
}