summaryrefslogtreecommitdiff
path: root/objective-c/test/Ice/exceptions/Client.m
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c/test/Ice/exceptions/Client.m')
-rw-r--r--objective-c/test/Ice/exceptions/Client.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/exceptions/Client.m b/objective-c/test/Ice/exceptions/Client.m
index 7fbc7f6bac7..401f82855e9 100644
--- a/objective-c/test/Ice/exceptions/Client.m
+++ b/objective-c/test/Ice/exceptions/Client.m
@@ -45,7 +45,7 @@ main(int argc, char* argv[])
[initData.properties setProperty:@"Ice.MessageSizeMax" value:@"10"]; // 10KB max
[initData.properties setProperty:@"Ice.Warn.Connections" value:@"0"];
#if TARGET_OS_IPHONE
- initData.prefixTable__ = [NSDictionary dictionaryWithObjectsAndKeys:
+ initData.prefixTable_ = [NSDictionary dictionaryWithObjectsAndKeys:
@"TestExceptions", @"::Test",
@"TestExceptionsMod", @"::Test::Mod",
nil];