summaryrefslogtreecommitdiffstats
path: root/healthd
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-10-22 12:34:22 -0700
committerTao Bao <tbao@google.com>2018-10-22 13:20:33 -0700
commit777af95c4e8dea3db83ccd9ba52bb63757e5083d (patch)
tree360083f94eca555ec1297c07b625dae321eb0cf2 /healthd
parentf5518d04f1020bd7f67e47b3f556bcbaf422e7a6 (diff)
downloadsystem_core-777af95c4e8dea3db83ccd9ba52bb63757e5083d.tar.gz
system_core-777af95c4e8dea3db83ccd9ba52bb63757e5083d.tar.bz2
system_core-777af95c4e8dea3db83ccd9ba52bb63757e5083d.zip
healthd: `GRSurface` now is a class.
Test: mmma -j system/core/healthd Change-Id: I696542535cf4707c707c4f024de504ce343b1e69
Diffstat (limited to 'healthd')
-rw-r--r--healthd/animation.h2
1 files changed, 1 insertions, 1 deletions
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 <inttypes.h>
#include <string>
-struct GRSurface;
+class GRSurface;
struct GRFont;
namespace android {