diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-02-27 06:30:25 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-02-27 06:30:25 +0100 |
| commit | 1ceb687d03b53dfbafb10528808f0c70f9883351 (patch) | |
| tree | 992af62d03046b0b9f76a475155f65b395b0d78e /dash | |
| parent | f996803411979f97e514f9a9daefcd6192c2dca5 (diff) | |
UScreen: use better API, const methods and remove useless includes
(bzr r3680.1.76)
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/DashController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/DashController.cpp b/dash/DashController.cpp index 49a4c0298..5b6448664 100644 --- a/dash/DashController.cpp +++ b/dash/DashController.cpp @@ -92,7 +92,7 @@ Controller::Controller(Controller::WindowCreator const& create_window) } SetupWindow(); - UScreen::GetDefault()->changed.connect([this] (int, std::vector<nux::Geometry>&) { Relayout(true); }); + UScreen::GetDefault()->changed.connect([this] (int, std::vector<nux::Geometry> const&) { Relayout(true); }); Settings::Instance().form_factor.changed.connect([this](FormFactor) { |
