diff options
Diffstat (limited to 'bootctrl/LegacyBootControl.h')
-rw-r--r-- | bootctrl/LegacyBootControl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootctrl/LegacyBootControl.h b/bootctrl/LegacyBootControl.h index 64bc797..0653cbd 100644 --- a/bootctrl/LegacyBootControl.h +++ b/bootctrl/LegacyBootControl.h @@ -31,7 +31,8 @@ using ::android::hardware::Return; using ::android::hardware::boot::V1_0::BoolResult; struct BootControl : public BootControlShared { - BootControl(boot_control_module_t *module); + explicit BootControl(boot_control_module_t *module); + // Methods from ::android::hardware::boot::V1_0::IBootControl follow. Return<uint32_t> getNumberSlots() override; Return<uint32_t> getCurrentSlot() override; |