diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2014-03-04 14:14:12 +0100 | 
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2014-03-04 14:14:12 +0100 | 
| commit | 3fc23228f1c4d2c96ecb204c0c42d034affde52a (patch) | |
| tree | 94612fc92a5fe5b428dee3f3372b2ccaf616e2e7 /hud | |
| parent | 27d26cd83d6ced4295645a6854df7dbe1aee7d44 (diff) | |
| parent | 2305bf1d0f3b2c49a693fbc9b9b9f998e4a99636 (diff) | |
Merge trunk.
(bzr r3566.5.450)
Diffstat (limited to 'hud')
| -rw-r--r-- | hud/HudController.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hud/HudController.cpp b/hud/HudController.cpp index 05c5079e2..56d40df17 100644 --- a/hud/HudController.cpp +++ b/hud/HudController.cpp @@ -76,7 +76,7 @@ Controller::Controller(Controller::ViewCreator const& create_view,  }  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); });  ubus.RegisterInterest(UBUS_HUD_CLOSE_REQUEST, sigc::mem_fun(this, &Controller::OnExternalHideHud)); | 
