summaryrefslogtreecommitdiff
path: root/objective-c/test/Ice/acm/Client.m
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c/test/Ice/acm/Client.m')
-rw-r--r--objective-c/test/Ice/acm/Client.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/acm/Client.m b/objective-c/test/Ice/acm/Client.m
index a174e0b4e66..d32d382f745 100644
--- a/objective-c/test/Ice/acm/Client.m
+++ b/objective-c/test/Ice/acm/Client.m
@@ -44,7 +44,7 @@ main(int argc, char* argv[])
[initData.properties setProperty:@"Ice.Warn.Connections" value:@"0"];
#if TARGET_OS_IPHONE
- initData.prefixTable__ = [NSDictionary dictionaryWithObjectsAndKeys:
+ initData.prefixTable_ = [NSDictionary dictionaryWithObjectsAndKeys:
@"TestACM", @"::Test",
nil];
#endif