diff options
| author | Brandon Schaefer <brandontschaefer@gmail.com> | 2014-02-28 08:56:19 -0800 | 
|---|---|---|
| committer | Brandon Schaefer <brandontschaefer@gmail.com> | 2014-02-28 08:56:19 -0800 | 
| commit | 21a36821df7a7a80766e241a89ed0b20b2175f8d (patch) | |
| tree | 7c86d8d7d7e5d5ad1ba4f1a6d0db8af835f6ba0b /hud | |
| parent | 58b9378e5a7cd666f9e5a64f83bf4073492f5bfc (diff) | |
| parent | 1d7eae1df09b8268d45c6b66f02787f6cfefbfc8 (diff) | |
* Parent
(bzr r3680.6.4)
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 63737ee21..58134d4a6 100644 --- a/hud/HudController.cpp +++ b/hud/HudController.cpp @@ -79,7 +79,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)); | 
