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

Commit 8806e2a7 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Fix struct vs. class mismatch in forward definitions"

am: 1d6c149d

Change-Id: Iba83f822a72416e0b63b796f16065e8a672d66d9
parents 11a2bcad 1d6c149d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

namespace android {

class BufferSlot;
struct BufferSlot;

class BufferQueueProducer : public BnGraphicBufferProducer,
                            private IBinder::DeathRecipient {