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

Commit 132b7491 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

am: 8806e2a7

Change-Id: Ib37b329e85dd3f72953b4f9b4eada5733976bead
parents cd77a5a2 8806e2a7
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 {