From 7f6923f520745ff9f1dd4df142de96ecbe64e045 Mon Sep 17 00:00:00 2001 From: Paul Young Date: Wed, 3 Jul 2013 00:04:57 -0400 Subject: Updated type of MCLogEnabled to int instead of bool. --- example/ios/iOS UI Test/iOS UI Test/main.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/ios/iOS UI Test/iOS UI Test/main.mm b/example/ios/iOS UI Test/iOS UI Test/main.mm index 0089973b..e6253102 100644 --- a/example/ios/iOS UI Test/iOS UI Test/main.mm +++ b/example/ios/iOS UI Test/iOS UI Test/main.mm @@ -12,6 +12,6 @@ #import int main(int argc, char *argv[]) { - MCLogEnabled = true; + MCLogEnabled = 1; return UIApplicationMain(argc, argv, nil, @"AppDelegate"); } -- cgit v1.2.3