Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27072bba authored by Daniel Zheng's avatar Daniel Zheng Committed by Automerger Merge Worker
Browse files

Merge "Pointed FlashingPlan to Interface" am: 7d67d569 am: ad1e0faf

parents 80414cd2 ad1e0faf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ struct FlashingPlan {
    std::string current_slot;
    std::string secondary_slot;

    fastboot::FastBootDriver* fb;
    fastboot::IFastBootDriver* fb;
};

class FlashAllTool {