summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-12-26 03:46:50 +0100
committerTao Bao <tbao@google.com>2017-03-07 09:12:06 +0100
commita8d72bc3b4087632e8cdad95e8355a2495e15690 (patch)
treebb6a15e6e8c553927e0cf66a840a9eee23ba0c4b /common.h
parentMerge "Refractor the code for imgdiff" (diff)
downloadandroid_bootable_recovery-a8d72bc3b4087632e8cdad95e8355a2495e15690.tar
android_bootable_recovery-a8d72bc3b4087632e8cdad95e8355a2495e15690.tar.gz
android_bootable_recovery-a8d72bc3b4087632e8cdad95e8355a2495e15690.tar.bz2
android_bootable_recovery-a8d72bc3b4087632e8cdad95e8355a2495e15690.tar.lz
android_bootable_recovery-a8d72bc3b4087632e8cdad95e8355a2495e15690.tar.xz
android_bootable_recovery-a8d72bc3b4087632e8cdad95e8355a2495e15690.tar.zst
android_bootable_recovery-a8d72bc3b4087632e8cdad95e8355a2495e15690.zip
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 319af3d72..3e5f5476f 100644
--- a/common.h
+++ b/common.h
@@ -29,7 +29,7 @@ extern RecoveryUI* ui;
extern bool modified_flash;
// The current stage, e.g. "1/2".
-extern const char* stage;
+extern std::string stage;
// The reason argument provided in "--reason=".
extern const char* reason;