diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-02-14 17:39:21 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-02-15 00:27:46 +0100 |
commit | cfd650902785e55a6787038aa0b405dfeb8f9f80 (patch) | |
tree | e341a7d5110b1f6ce07c95960c22903d26976ce1 /gui/objects.hpp | |
parent | gui: fix condition handling for lists (diff) | |
download | android_bootable_recovery-cfd650902785e55a6787038aa0b405dfeb8f9f80.tar android_bootable_recovery-cfd650902785e55a6787038aa0b405dfeb8f9f80.tar.gz android_bootable_recovery-cfd650902785e55a6787038aa0b405dfeb8f9f80.tar.bz2 android_bootable_recovery-cfd650902785e55a6787038aa0b405dfeb8f9f80.tar.lz android_bootable_recovery-cfd650902785e55a6787038aa0b405dfeb8f9f80.tar.xz android_bootable_recovery-cfd650902785e55a6787038aa0b405dfeb8f9f80.tar.zst android_bootable_recovery-cfd650902785e55a6787038aa0b405dfeb8f9f80.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/objects.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index c286567f9..5eae919d7 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -728,7 +728,7 @@ public: protected: void MatchList(); - void SetStoragePosition(); + void SetPosition(); protected: std::vector<PartitionList> mList; |