From 4eb8139c8a854a856ce108a0c79a932ab9b6da70 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 17 Mar 2017 13:52:23 +0100 Subject: compat/util: remove our make_unique custom impl --- gui/main-window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/main-window.cpp') diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 8a04cab4..7efec930 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -686,7 +686,7 @@ void MainWindow::ensure_tray() { if (!tray) { - tray = make_unique(this); + tray = std::make_unique(this); tray->setIcon(QIcon(":/images/facetracknoir.png")); tray->setContextMenu(&tray_menu); tray->show(); -- cgit v1.2.3