From 9f93e5bb81a54a98eb7957209662f152e2962679 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 28 Mar 2006 09:42:54 +0000 Subject: Renamed various container isEmpty() methods to empty() to match STL conventions svn-id: r21472 --- engines/lure/lure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lure/lure.cpp') diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp index a034fec156..25a9a1a5c2 100644 --- a/engines/lure/lure.cpp +++ b/engines/lure/lure.cpp @@ -137,7 +137,7 @@ DetectedGameList Engine_LURE_detectGames(const FSList &fslist) { detectedGames.push_back(dg); } } - if (detectedGames.isEmpty()) { + if (detectedGames.empty()) { debug("Unknown MD5 (%s)! Please report the details (language, platform, etc.) of this game to the ScummVM team\n", md5str); const PlainGameDescriptor *g1 = lure_list; -- cgit v1.2.3