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

Commit fb017a4c authored by Dan Albert's avatar Dan Albert Committed by Gerrit Code Review
Browse files

Merge "Fix clang warnings about struct vs. class."

parents 11c13abd aeb8ab8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ namespace android {

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

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

namespace android {

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