diff options
Diffstat (limited to 'plugins/unityshell/src')
| -rw-r--r-- | plugins/unityshell/src/unityshell.cpp | 2 |
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) { |
