aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Paul Young <paulyoungonline@gmail.com>2013-07-02 22:41:33 -0400
committerGravatar Paul Young <paulyoungonline@gmail.com>2013-07-02 22:41:33 -0400
commitf261cc72bd96ca65bc7b8f02c8cb1fce11561479 (patch)
tree5ac8ddabb3a0bb6cffb9b236c2e99108aff05260 /example
parentcd1277b20cc085d9de2c8b0d3588ea37377501ca (diff)
Updated remaining references to mailcore::logEnabled.
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..0089973b 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 = true;
return UIApplicationMain(argc, argv, nil, @"AppDelegate");
}