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

* commit '1bb53054f2d77ce570a22629006c849fc54707dc':
  Fix class vs. struct mismatch
This commit is contained in:
Chih-hung Hsieh 2014-11-17 22:58:50 +00:00 committed by Android Git Automerger
commit 22536916a5
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;
// ----------------------------------------------------------------------------