From 564acf7c9bff822f608cda0d5df0a64a9f9aaefd Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Thu, 2 Jan 2014 16:46:18 -0800 Subject: Fix Clang warnings/errors Fix several build warnings (struct != class, int != size_t) and errors (variable leng non-POD arrays). Change-Id: I70b4e784365514303d8954bfcb1f39d7c22c1321 --- libs/hwui/PathCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/PathCache.h') diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 16d20a81c199..721e6691be69 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -32,7 +32,7 @@ class SkBitmap; class SkCanvas; class SkPaint; class SkPath; -class SkRect; +struct SkRect; namespace android { namespace uirenderer { -- cgit v1.2.3-59-g8ed1b