SCI: fixing another warning

svn-id: r51789
This commit is contained in:
Martin Kiewitz 2010-08-06 15:30:23 +00:00
parent afed447b6f
commit 8ca076fb3a

View file

@ -414,7 +414,7 @@ int Object::locateVarSelector(SegManager *segMan, Selector slc) const {
} else {
const Object *obj = getClass(segMan);
varnum = obj->getVariable(1).toUint16();
buf = (byte *)obj->_baseVars;
buf = (const byte *)obj->_baseVars;
}
for (uint i = 0; i < varnum; i++)