SCI: Make Script::_exportTable const (yay :-)
svn-id: r49315
This commit is contained in:
parent
5143e7fff4
commit
42d6ed880b
4 changed files with 4 additions and 4 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue