Merge "Fix class vs. struct mismatch"

This commit is contained in:
Chih-hung Hsieh 2014-11-17 21:49:45 +00:00 committed by Gerrit Code Review
commit 1bb53054f2

View File

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