decorator: fix warning

This commit is contained in:
Norman Feske 2015-11-12 19:46:41 +01:00 committed by Christian Helmuth
parent f9d0e57b0e
commit c63bea825d
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Decorator::Window : public Window_base
_left_view { _nitpicker },
_top_view { _nitpicker };
Nitpicker_view _content_view { _nitpicker, id() };
Nitpicker_view _content_view { _nitpicker, (unsigned)id() };
static Border _init_border() {
return Border(_border_size + _title_height,