From 777af95c4e8dea3db83ccd9ba52bb63757e5083d Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Mon, 22 Oct 2018 12:34:22 -0700 Subject: [PATCH] healthd: `GRSurface` now is a class. Test: mmma -j system/core/healthd Change-Id: I696542535cf4707c707c4f024de504ce343b1e69 --- healthd/animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthd/animation.h b/healthd/animation.h index 562b68973..f59fb385c 100644 --- a/healthd/animation.h +++ b/healthd/animation.h @@ -20,7 +20,7 @@ #include #include -struct GRSurface; +class GRSurface; struct GRFont; namespace android {