mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
decorator: fix warning
This commit is contained in:
committed by
Christian Helmuth
parent
f9d0e57b0e
commit
c63bea825d
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user