diff options
author | Chih-hung Hsieh <chh@google.com> | 2014-11-17 22:58:50 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-17 22:58:50 +0000 |
commit | 22536916a5abd294ed4ccfa5bde9066305c81b48 (patch) | |
tree | 0db33a0fbf7b3e85527d050f3b41dd241a500961 /opengl | |
parent | 519cc65dd84f04c9078d70fb06c01fb63357ae93 (diff) | |
parent | 1bb53054f2d77ce570a22629006c849fc54707dc (diff) | |
download | frameworks_native-22536916a5abd294ed4ccfa5bde9066305c81b48.zip frameworks_native-22536916a5abd294ed4ccfa5bde9066305c81b48.tar.gz frameworks_native-22536916a5abd294ed4ccfa5bde9066305c81b48.tar.bz2 |
am 1bb53054: Merge "Fix class vs. struct mismatch"
* commit '1bb53054f2d77ce570a22629006c849fc54707dc':
Fix class vs. struct mismatch
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/libs/EGL/egl_display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl_display.h b/opengl/libs/EGL/egl_display.h index 87f27f8..0a6e425 100644 --- a/opengl/libs/EGL/egl_display.h +++ b/opengl/libs/EGL/egl_display.h @@ -39,7 +39,7 @@ namespace android { class egl_object_t; class egl_context_t; -class egl_connection_t; +struct egl_connection_t; // ---------------------------------------------------------------------------- |