Fix class vs. struct mismatch
egl_connection_t is a struct - shouldn't be forward-declared as a class Change-Id: I39f5d9bff9fc64f4694fb2bef7e4afa131b449cc Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
This commit is contained in:
parent
55f71bc080
commit
9f425914db
@ -39,7 +39,7 @@ namespace android {
|
|||||||
|
|
||||||
class egl_object_t;
|
class egl_object_t;
|
||||||
class egl_context_t;
|
class egl_context_t;
|
||||||
class egl_connection_t;
|
struct egl_connection_t;
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user