From 646f54105018e99ef4a30ee41f01f7d1ab66c38e Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Thu, 7 Aug 2014 22:19:07 -0700 Subject: surfaceflinger: fix -Wmismatched-tags warnings warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags] warning: class 'DisplayInfo' was previously declared as a struct [-Wmismatched-tags] Change-Id: I13db9f8aab3a957ce8ff8d64598dae1807d6fe7e --- include/gui/ISurfaceComposer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gui') diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h index 9f1937b..d0031fb 100644 --- a/include/gui/ISurfaceComposer.h +++ b/include/gui/ISurfaceComposer.h @@ -38,7 +38,7 @@ namespace android { class ComposerState; class DisplayState; -class DisplayInfo; +struct DisplayInfo; class IDisplayEventConnection; class IMemoryHeap; class Rect; -- cgit v1.1