aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.cpp')
-rw-r--r--base/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index 728c1db9c5..4e44eb1a62 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -672,7 +672,7 @@ bool GameDetector::detectGame() {
}
}
-const ScummVM::String& GameDetector::getGameName() {
+const Common::String& GameDetector::getGameName() {
if (_gameText.isEmpty()) {
_gameText = "Unknown game: \"";
_gameText += _gameFileName;