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

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

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

* commit '1bb53054':
  Fix class vs. struct mismatch
parents 519cc65d 1bb53054
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;

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