From db5a7ce0d66ea69581e60fd5f008e85ff9e60be6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 1 Nov 2012 18:24:00 +0100 Subject: LayoutSystem: even more code cleanup (bzr r2846.1.34) --- plugins/unityshell/src/unityshell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/unityshell/src') diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp index 740baea2c..6c04ec50b 100644 --- a/plugins/unityshell/src/unityshell.cpp +++ b/plugins/unityshell/src/unityshell.cpp @@ -77,7 +77,7 @@ using namespace launcher; using launcher::AbstractLauncherIcon; using launcher::Launcher; using ui::LayoutWindow; -using ui::LayoutWindowList; +using ui::LayoutWindow::List; using util::Timer; DECLARE_LOGGER(logger, "unity.shell.compiz"); @@ -800,7 +800,7 @@ void UnityScreen::paintDisplay() if (switcher_controller_->Visible()) { - LayoutWindowList const& targets = switcher_controller_->ExternalRenderTargets(); + LayoutWindow::List const& targets = switcher_controller_->ExternalRenderTargets(); for (LayoutWindow::Ptr const& target : targets) { -- cgit v1.2.3