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

Commit c8871d2c authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Fix struct vs. class mismatches"

parents 95fd067c f9c01190
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;