From 031888744e24b5c7243ac99ec98b78aff5db1c78 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Mon, 2 Feb 2015 18:39:33 -0800 Subject: GlopBuilder, and test app refactor Change-Id: I2cd299ccf178007fd5f83bab6c3448f03aec7843 --- libs/hwui/ResourceCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/ResourceCache.h') diff --git a/libs/hwui/ResourceCache.h b/libs/hwui/ResourceCache.h index c6483ac31663..4333792afe42 100644 --- a/libs/hwui/ResourceCache.h +++ b/libs/hwui/ResourceCache.h @@ -81,7 +81,7 @@ private: uint32_t mPixelRefStableID; friend class ResourceCache; - friend class android::key_value_pair_t; + friend struct android::key_value_pair_t; }; class ANDROID_API ResourceCache: public Singleton { -- cgit v1.2.3-59-g8ed1b