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

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

Merge "Fix class vs. struct mismatch"

parents 55f71bc0 9f425914
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ namespace android {

class egl_object_t;
class egl_context_t;
class egl_connection_t;
struct egl_connection_t;

// ----------------------------------------------------------------------------