Renamed Archive::openFile to createReadStreamForMember

svn-id: r36021
This commit is contained in:
Max Horn 2009-01-23 04:45:44 +00:00
parent 9861afd8fd
commit 14c5bbbccf
21 changed files with 47 additions and 47 deletions

View file

@ -252,7 +252,7 @@ bool VirtualKeyboardParser::parserCallback_layout(ParserNode *node) {
_mode->bitmapName = node->values["bitmap"];
SeekableReadStream *file = _keyboard->_fileArchive->openFile(_mode->bitmapName);
SeekableReadStream *file = _keyboard->_fileArchive->createReadStreamForMember(_mode->bitmapName);
if (!file)
return parserError("Bitmap '%s' not found", _mode->bitmapName.c_str());