summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-01 23:39:14 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-07 12:26:11 -0800
commitf333f6c59d8af7624e10301b13ce631a4bd843a0 (patch)
tree55c0a61bbb21d707dd73df85a250c61ebb332a67 /MobileCydia.mm
parent386a58f2bf90ce419b3a81de3cea948b46dcf148 (diff)
Use IsWildcat_, not UI_USER_INTERFACE_IDIOM().
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 24aa3d0..f8c2c9a 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -1071,7 +1071,7 @@ static _transient NSMutableDictionary *Sources_;
static bool Changed_;
static time_t now_;
-static bool IsWildcat_;
+bool IsWildcat_;
/* }}} */
/* Display Helpers {{{ */