diff --git a/fastboot/fastboot.h b/fastboot/fastboot.h index 2d79e42a0..009b3a11e 100644 --- a/fastboot/fastboot.h +++ b/fastboot/fastboot.h @@ -99,7 +99,7 @@ struct FlashingPlan { std::string current_slot; std::string secondary_slot; - fastboot::FastBootDriver* fb; + fastboot::IFastBootDriver* fb; }; class FlashAllTool {