summaryrefslogtreecommitdiff
path: root/plugins/unityshell
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2012-11-13 20:16:59 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2012-11-13 20:16:59 +0100
commitc35f84ab9310452113ffec033e1b9cfefad273c8 (patch)
tree73b7fc1e1903a5b26dc7c602271eb49164e3ab1a /plugins/unityshell
parent5a0cbffdabe6f421eec8b8e1ecca2f3d38665237 (diff)
LayoutWindow: s/LayoutWindow::List/LayoutWindow::Vector/g
(bzr r2846.1.43)
Diffstat (limited to 'plugins/unityshell')
-rw-r--r--plugins/unityshell/src/unityshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unityshell/src/unityshell.cpp b/plugins/unityshell/src/unityshell.cpp
index 3a4ea0d55..8bd519a7e 100644
--- a/plugins/unityshell/src/unityshell.cpp
+++ b/plugins/unityshell/src/unityshell.cpp
@@ -799,7 +799,7 @@ void UnityScreen::paintDisplay()
if (switcher_controller_->Visible())
{
- LayoutWindow::List const& targets = switcher_controller_->ExternalRenderTargets();
+ LayoutWindow::Vector const& targets = switcher_controller_->ExternalRenderTargets();
for (LayoutWindow::Ptr const& target : targets)
{