From 4d75aa5319479f0c260c08dcbdf945dde41887ce Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 23 Nov 2012 20:44:17 +0000 Subject: COMPOSER: Fix order of directoryGlobs qualifiers. Some compilers throw a warning on the "const static" ordering, so the more standard "static const" should be used instead. --- engines/composer/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 835f3c5683..8411441c60 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -374,7 +374,7 @@ static const ComposerGameDescription gameDescriptions[] = { using namespace Composer; // we match from data too, to stop detection from a non-top-level directory -const static char *directoryGlobs[] = { +static const char *directoryGlobs[] = { "data", "liam", "programs", -- cgit v1.2.3