From 16b74353d99615b4acbb60f3fbe49f4443e0365f Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 14 Nov 2012 22:27:31 +0000 Subject: Fixes for multi-user in 4.2 Also fixed inability to delete backups with a space in the name. Change-Id: I2f6639d33caa3c4542960f76adbd59b25ab64f5d --- data.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'data.hpp') diff --git a/data.hpp b/data.hpp index 98c40fec5..42c722033 100644 --- a/data.hpp +++ b/data.hpp @@ -48,6 +48,7 @@ public: static void DumpValues(); static void update_tz_environment_variables(); + static void SetBackupFolder(); static void SetDefaultValues(); static void Output_Version(void); // Outputs the version to a file in the TWRP folder static void ReadSettingsFile(void); -- cgit v1.2.3