aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
diff options
context:
space:
mode:
authorMax Horn2010-02-13 11:56:30 +0000
committerMax Horn2010-02-13 11:56:30 +0000
commit8ac5d00d576519b2fc0f18aff28d29ad3f6ab852 (patch)
tree4cb7b4d9c18e3f3afbcc9de20b866d7b6a8232e4 /backends/platform/psp
parent52c2abba96878d3bd731f17ba04b192da3f61deb (diff)
downloadscummvm-rg350-8ac5d00d576519b2fc0f18aff28d29ad3f6ab852.tar.gz
scummvm-rg350-8ac5d00d576519b2fc0f18aff28d29ad3f6ab852.tar.bz2
scummvm-rg350-8ac5d00d576519b2fc0f18aff28d29ad3f6ab852.zip
Hide ZipArchive implementation, only expose it via factory functions: makeZipArchive()
svn-id: r48040
Diffstat (limited to 'backends/platform/psp')
-rw-r--r--backends/platform/psp/pspkeyboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/psp/pspkeyboard.cpp b/backends/platform/psp/pspkeyboard.cpp
index 40b63d0cbd..e7e1dbb011 100644
--- a/backends/platform/psp/pspkeyboard.cpp
+++ b/backends/platform/psp/pspkeyboard.cpp
@@ -518,7 +518,7 @@ bool PSPKeyboard::load() {
#ifdef PSP_KB_DEBUG
fprintf(stderr, "found kbd.zip\n");
#endif
- zipArchive = new Common::ZipArchive(node.getChild("kbd.zip"));
+ zipArchive = Common::makeZipArchive(node.getChild("kbd.zip"));
}
// Loop through different png images