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

Commit 8f1011d5 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

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

parents 126e0220 08f5f1f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,7 @@ struct ALooper;
struct AMessage;
struct AMessage;
struct AString;
struct AString;
struct ICrypto;
struct ICrypto;
struct IGraphicBufferProducer;
class IGraphicBufferProducer;
struct MediaCodec;
struct MediaCodec;
struct PersistentSurface;
struct PersistentSurface;
class Surface;
class Surface;