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

Commit ae4aba19 authored by Colin Cross's avatar Colin Cross
Browse files

Remove incorrect forward declaration

ANativeWindow is a struct, not a class, and the incorrect forward
declaration causes a warning when -isystem is removed from
system/core/include.

Test: m -j native
Bug: 31492149
Change-Id: I3516aa98defe1944a9776c07f52f4ee580366988
parent adc9ba65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include <utils/KeyedVector.h>
#include <utils/String8.h>

class ANativeWindow;
struct ANativeWindow;

namespace android {