aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar DINH Viêt Hoà <dinh.viet.hoa@gmail.com>2013-07-03 20:45:45 -0700
committerGravatar DINH Viêt Hoà <dinh.viet.hoa@gmail.com>2013-07-03 20:45:45 -0700
commit2a36c7acd33ac51be81209d0baac67c54bbd0800 (patch)
treebfc59613257d61f4bdd93e690593f1103fb503cc /example
parent160f1ab92c8a9a329745034558a009678aa63b4f (diff)
parent7f6923f520745ff9f1dd4df142de96ecbe64e045 (diff)
Merge pull request #169 from paulyoung/mclog
make MCLog compatible with plain C.
Diffstat (limited to 'example')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/main.mm2
1 files changed, 1 insertions, 1 deletions
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 7793820a..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 <MailCore/MailCore.h>
int main(int argc, char *argv[]) {
- mailcore::logEnabled = true;
+ MCLogEnabled = 1;
return UIApplicationMain(argc, argv, nil, @"AppDelegate");
}