Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeb8ab8c authored by Dan Albert's avatar Dan Albert
Browse files

Fix clang warnings about struct vs. class.

Change-Id: I9f26cd01ac3153efa6d77a4133686842e2d63203
parent 86aeb9ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ namespace android {


class ComposerState;
class ComposerState;
class DisplayState;
class DisplayState;
class DisplayInfo;
struct DisplayInfo;
class IDisplayEventConnection;
class IDisplayEventConnection;
class IMemoryHeap;
class IMemoryHeap;


+1 −1
Original line number Original line Diff line number Diff line
@@ -37,7 +37,7 @@ struct ANativeWindow;


namespace android {
namespace android {


class DisplayInfo;
struct DisplayInfo;
class DisplaySurface;
class DisplaySurface;
class IGraphicBufferProducer;
class IGraphicBufferProducer;
class Layer;
class Layer;
+1 −1
Original line number Original line Diff line number Diff line
@@ -191,7 +191,7 @@ public:
     * This behaves more or less like a forward iterator.
     * This behaves more or less like a forward iterator.
     */
     */
    class LayerListIterator {
    class LayerListIterator {
        friend struct HWComposer;
        friend class HWComposer;
        HWCLayer* const mLayerList;
        HWCLayer* const mLayerList;
        size_t mIndex;
        size_t mIndex;