diff options
| author | Gregory Montoir | 2007-01-30 20:20:05 +0000 |
|---|---|---|
| committer | Gregory Montoir | 2007-01-30 20:20:05 +0000 |
| commit | 7e5a0b05b552ae735f3b051f5f19cfc93467f56e (patch) | |
| tree | 457c616bf1733f9149bf22d9d9c9cd7c14095650 /common | |
| parent | 5bdfd2d1021354146d8b4c7cf07c967800237a1a (diff) | |
| download | scummvm-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.h | 2 |
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; |
