From 05e2b6696730fe0abb177d57725dd0db7ff12085 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 4 Apr 2008 09:16:25 +0000 Subject: Fixed nameclash. svn-id: r31379 --- engines/kyra/resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra') diff --git a/engines/kyra/resource.cpp b/engines/kyra/resource.cpp index 2aaa49f6d4..fa1da6a814 100644 --- a/engines/kyra/resource.cpp +++ b/engines/kyra/resource.cpp @@ -56,7 +56,7 @@ bool Resource::reset() { if (_vm->game() != GI_KYRA3) { if (!loadPakFile(StaticResource::staticDataFilename()) || !StaticResource::checkKyraDat()) { Common::String errorMessage = "You're missing the '" + StaticResource::staticDataFilename() + "' file or it got corrupted, (re)get it from the ScummVM website"; - GUI::MessageDialog errorMsg(errorMessage); + ::GUI::MessageDialog errorMsg(errorMessage); errorMsg.runModal(); error(errorMessage.c_str()); } -- cgit v1.2.3