aboutsummaryrefslogtreecommitdiff
path: root/sword1/objectman.h
diff options
context:
space:
mode:
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