aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorGregory Montoir2007-01-30 20:20:05 +0000
committerGregory Montoir2007-01-30 20:20:05 +0000
commit7e5a0b05b552ae735f3b051f5f19cfc93467f56e (patch)
tree457c616bf1733f9149bf22d9d9c9cd7c14095650 /common
parent5bdfd2d1021354146d8b4c7cf07c967800237a1a (diff)
downloadscummvm-rg350-7e5a0b05b552ae735f3b051f5f19cfc93467f56e.tar.gz
scummvm-rg350-7e5a0b05b552ae735f3b051f5f19cfc93467f56e.tar.bz2
scummvm-rg350-7e5a0b05b552ae735f3b051f5f19cfc93467f56e.zip
warnings
svn-id: r25284
Diffstat (limited to 'common')
-rw-r--r--common/advancedDetector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h
index cc5c9c06fc..4f79cd87db 100644
--- a/common/advancedDetector.h
+++ b/common/advancedDetector.h
@@ -69,7 +69,7 @@ struct ADParams {
// Name of single gameid (optional)
const char *singleid;
// Flags
- const uint32 flags;
+ uint32 flags;
};
typedef Array<int> ADList;