From 00b314436f4fdfada4bbf1e79ec12e9fa38aeaf1 Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Mon, 27 Jan 2014 17:32:37 +0000 Subject: Change ResourceType cookies to int32_t. Also change the order of parameters in ResTable constructors to avoid ambiguity. Change-Id: If7bfa1f640dddca39b9f26a3ce84081fa7b6e6e3 --- tools/aapt/AaptAssets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/aapt/AaptAssets.cpp') diff --git a/tools/aapt/AaptAssets.cpp b/tools/aapt/AaptAssets.cpp index f11e9c20b464..e412c2732c20 100644 --- a/tools/aapt/AaptAssets.cpp +++ b/tools/aapt/AaptAssets.cpp @@ -2654,7 +2654,7 @@ status_t AaptAssets::addIncludedResources(const sp& file) { const ResTable& res = getIncludedResources(); // XXX dirty! - return const_cast(res).add(file->getData(), file->getSize(), NULL); + return const_cast(res).add(file->getData(), file->getSize()); } const ResTable& AaptAssets::getIncludedResources() const -- cgit v1.2.3-59-g8ed1b