summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-10-23 19:06:35 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-23 19:06:35 +0200
commit66a576b79c6cf629c439f02a37b824a1ec35ec19 (patch)
tree516cc6ee57b32a0354a9895e85d7238e6496b7fd /screen_ui.h
parentMerge "Recovery now expects public keys in zipfile" (diff)
parentminui: Move GRSurface into a class. (diff)
downloadandroid_bootable_recovery-66a576b79c6cf629c439f02a37b824a1ec35ec19.tar
android_bootable_recovery-66a576b79c6cf629c439f02a37b824a1ec35ec19.tar.gz
android_bootable_recovery-66a576b79c6cf629c439f02a37b824a1ec35ec19.tar.bz2
android_bootable_recovery-66a576b79c6cf629c439f02a37b824a1ec35ec19.tar.lz
android_bootable_recovery-66a576b79c6cf629c439f02a37b824a1ec35ec19.tar.xz
android_bootable_recovery-66a576b79c6cf629c439f02a37b824a1ec35ec19.tar.zst
android_bootable_recovery-66a576b79c6cf629c439f02a37b824a1ec35ec19.zip
Diffstat (limited to '')
-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,