SCI: Make Script::_exportTable const (yay :-)

svn-id: r49315
This commit is contained in:
Max Horn 2010-05-29 21:42:42 +00:00
parent 5143e7fff4
commit 42d6ed880b
4 changed files with 4 additions and 4 deletions

View file

@ -329,7 +329,7 @@ public:
byte *_heapStart; /**< Start of heap if SCI1.1, NULL otherwise */
uint16 *_exportTable; /**< Abs. offset of the export table or 0 if not present */
const uint16 *_exportTable; /**< Abs. offset of the export table or 0 if not present */
int _numExports; /**< Number of entries in the exports table */
const byte *_synonyms; /**< Synonyms block or 0 if not present*/