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

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

am 22536916: am 1bb53054: Merge "Fix class vs. struct mismatch"

* commit '22536916':
  Fix class vs. struct mismatch
parents 97e61fcf 22536916
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;

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