summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-10-23 19:25:09 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-10-23 19:25:09 +0200
commit040335059e1e1b7d12c73f922e0597c80b87849d (patch)
tree516cc6ee57b32a0354a9895e85d7238e6496b7fd /screen_ui.h
parentMerge "Recovery now expects public keys in zipfile" (diff)
parentMerge "minui: Move GRSurface into a class." (diff)
downloadandroid_bootable_recovery-040335059e1e1b7d12c73f922e0597c80b87849d.tar
android_bootable_recovery-040335059e1e1b7d12c73f922e0597c80b87849d.tar.gz
android_bootable_recovery-040335059e1e1b7d12c73f922e0597c80b87849d.tar.bz2
android_bootable_recovery-040335059e1e1b7d12c73f922e0597c80b87849d.tar.lz
android_bootable_recovery-040335059e1e1b7d12c73f922e0597c80b87849d.tar.xz
android_bootable_recovery-040335059e1e1b7d12c73f922e0597c80b87849d.tar.zst
android_bootable_recovery-040335059e1e1b7d12c73f922e0597c80b87849d.zip
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 915288793..861b3605a 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -29,7 +29,7 @@
#include "ui.h"
// From minui/minui.h.
-struct GRSurface;
+class GRSurface;
enum class UIElement {
HEADER,