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

* commit '22536916a5abd294ed4ccfa5bde9066305c81b48':
  Fix class vs. struct mismatch
This commit is contained in:
Chih-hung Hsieh 2014-11-17 23:07:39 +00:00 committed by Android Git Automerger
commit 765f12c7de
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace android {
class egl_object_t;
class egl_context_t;
class egl_connection_t;
struct egl_connection_t;
// ----------------------------------------------------------------------------