From 47face89e512ed8af1aebc510e61b7d16d4ccf75 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 21 Oct 2004 06:44:25 +0000 Subject: 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 --- sword1/objectman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sword1/objectman.h') 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 -- cgit v1.2.3