summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-10-26 21:26:58 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-10-27 10:21:45 -0700
commit1825bd2d90d3fa2567212870c2c53a5001fc1b6b (patch)
tree5902e1d696bd4b4d35878354d38b73f5dd401d31 /include
parent3b375ca9d95321eb23e02ec5952a7cbb7c4195ad (diff)
downloadframeworks_base-1825bd2d90d3fa2567212870c2c53a5001fc1b6b.zip
frameworks_base-1825bd2d90d3fa2567212870c2c53a5001fc1b6b.tar.gz
frameworks_base-1825bd2d90d3fa2567212870c2c53a5001fc1b6b.tar.bz2
Themes: Remove entryIdx param from appendPathToResTable
Change-Id: Ia7e3d0462e7d9cf67024f14a3a36b0ad54dad527
Diffstat (limited to 'include')
-rw-r--r--include/androidfw/AssetManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/androidfw/AssetManager.h b/include/androidfw/AssetManager.h
index 9ba855f..81b15bc 100644
--- a/include/androidfw/AssetManager.h
+++ b/include/androidfw/AssetManager.h
@@ -300,7 +300,7 @@ private:
const ResTable* getResTable(bool required = true) const;
void setLocaleLocked(const char* locale);
void updateResourceParamsLocked() const;
- bool appendPathToResTable(const asset_path& ap, size_t* entryIdx) const;
+ bool appendPathToResTable(const asset_path& ap) const;
Asset* openIdmapLocked(const struct asset_path& ap) const;