summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-02-14 17:39:21 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-02-15 00:27:46 +0100
commitcfd650902785e55a6787038aa0b405dfeb8f9f80 (patch)
treee341a7d5110b1f6ce07c95960c22903d26976ce1 /gui/objects.hpp
parentgui: fix condition handling for lists (diff)
downloadandroid_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 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp2
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;