summaryrefslogtreecommitdiff
path: root/cpp/test/ios/controller/Bundle
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/ios/controller/Bundle')
-rw-r--r--cpp/test/ios/controller/Bundle/ControllerI.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/ios/controller/Bundle/ControllerI.mm b/cpp/test/ios/controller/Bundle/ControllerI.mm
index c73791edafa..7a3aca76931 100644
--- a/cpp/test/ios/controller/Bundle/ControllerI.mm
+++ b/cpp/test/ios/controller/Bundle/ControllerI.mm
@@ -239,9 +239,9 @@ ControllerHelperI::run()
argv[_args.size()] = 0;
try
{
- Test::StreamHelper streamHelper(ICE_SHARED_FROM_THIS, redirect());
+ Test::StreamHelper streamHelper(this, redirect());
_helper.reset(createHelper());
- _helper->setControllerHelper(ICE_SHARED_FROM_THIS);
+ _helper->setControllerHelper(this);
_helper->run(static_cast<int>(_args.size()), argv);
completed(0);
}