summaryrefslogtreecommitdiff
diff options
-rw-r--r--plugins/unityshell/src/unitya11ytests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unitya11ytests.cpp b/plugins/unityshell/src/unitya11ytests.cpp
index 1ec2c1af0..425a32468 100644
--- a/plugins/unityshell/src/unitya11ytests.cpp
+++ b/plugins/unityshell/src/unitya11ytests.cpp
@@ -210,7 +210,7 @@ a11y_unit_test_launcher_connection(void)
AtkObject* launcher_icon_accessible = NULL;
window = new nux::BaseWindow(TEXT(""));
- launcher = new Launcher(window, nux::ObjectPtr<unity::DNDCollectionWindow>(new unity::DNDCollectionWindow), NULL);
+ launcher = new Launcher(window, NULL);
launcher->SinkReference();
launcher_accessible = unity_a11y_get_accessible(launcher);