summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2014-11-17 21:49:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-17 21:49:45 +0000
commit1bb53054f2d77ce570a22629006c849fc54707dc (patch)
tree3c93b6e18fe38bf97d5ff127c41bacf7d87e0acc /opengl
parent55f71bc0800b9ec7a779c5d30d5a90e074c2526b (diff)
parent9f425914db84a3dd9e011ae0b1cb0bd2da6b6720 (diff)
downloadframeworks_native-1bb53054f2d77ce570a22629006c849fc54707dc.zip
frameworks_native-1bb53054f2d77ce570a22629006c849fc54707dc.tar.gz
frameworks_native-1bb53054f2d77ce570a22629006c849fc54707dc.tar.bz2
Merge "Fix class vs. struct mismatch"
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/EGL/egl_display.h2
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;
// ----------------------------------------------------------------------------