aboutsummaryrefslogtreecommitdiff
path: root/sword1/objectman.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-10-21 06:44:25 +0000
committerTorbjörn Andersson2004-10-21 06:44:25 +0000
commit47face89e512ed8af1aebc510e61b7d16d4ccf75 (patch)
tree250e245e426dea442dae3c78ed29a97482cd1bf4 /sword1/objectman.h
parent06066565a6fc55d3715abc1821dd193d092920a6 (diff)
downloadscummvm-rg350-47face89e512ed8af1aebc510e61b7d16d4ccf75.tar.gz
scummvm-rg350-47face89e512ed8af1aebc510e61b7d16d4ccf75.tar.bz2
scummvm-rg350-47face89e512ed8af1aebc510e61b7d16d4ccf75.zip
Fixed warnings. (Maybe it should be "const char *" instead, but then I got
warnings from a different part of the code. Ho, hum...) svn-id: r15624
Diffstat (limited to 'sword1/objectman.h')
-rw-r--r--sword1/objectman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/objectman.h b/sword1/objectman.h
index 63bf689c26..39f032ad17 100644
--- a/sword1/objectman.h
+++ b/sword1/objectman.h
@@ -57,7 +57,7 @@ private:
static const uint32 _textList[TOTAL_SECTIONS][7]; //a table of pointers to text files
uint16 _liveList[TOTAL_SECTIONS]; //which sections are active
uint8 *_cptData[TOTAL_SECTIONS];
- static char *_errorStr;
+ static char _errorStr[];
};
} // End of namespace Sword1