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

Commit c51e512a authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Android Git Automerger
Browse files

am c8871d2c: Merge "Fix struct vs. class mismatches"

* commit 'c8871d2c':
  Fix struct vs. class mismatches
parents 91228597 c8871d2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
#include <utils/threads.h>

namespace mkvparser {
struct Segment;
class Segment;
};

namespace android {
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

namespace android {

class AMessage;
struct AMessage;
class MediaPlayerBase;
class TimedTextDriver;
class TimedTextSource;
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

namespace android {

class AString;
struct AString;
class DataSource;
class MediaBuffer;
class Parcel;