From 8ac5d00d576519b2fc0f18aff28d29ad3f6ab852 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 13 Feb 2010 11:56:30 +0000 Subject: Hide ZipArchive implementation, only expose it via factory functions: makeZipArchive() svn-id: r48040 --- backends/platform/psp/pspkeyboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') 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 -- cgit v1.2.3