From 4bdff2cf010ecddfeda573c4bb1d4dc8efa60ee7 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 4 Jun 2018 17:49:35 +0200 Subject: UWP test controller fixes --- cpp/test/uwp/controller/ControllerView.xaml.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/test/uwp/controller/ControllerView.xaml.cpp') diff --git a/cpp/test/uwp/controller/ControllerView.xaml.cpp b/cpp/test/uwp/controller/ControllerView.xaml.cpp index 9ad8b372e85..cd356bc9d0d 100644 --- a/cpp/test/uwp/controller/ControllerView.xaml.cpp +++ b/cpp/test/uwp/controller/ControllerView.xaml.cpp @@ -199,9 +199,9 @@ ControllerHelperI::run() argv[_args.size()] = 0; try { - StreamHelper streamHelper(shared_from_this(), redirect()); + StreamHelper streamHelper(this, redirect()); _helper.reset(createHelper()); - _helper->setControllerHelper(shared_from_this()); + _helper->setControllerHelper(this); _helper->run(static_cast(_args.size()), argv); completed(0); } -- cgit v1.2.3