diff --git a/repos/hello_tutorial/src/hello/server/main.cc b/repos/hello_tutorial/src/hello/server/main.cc index 661ecc02cd..ff79640f33 100644 --- a/repos/hello_tutorial/src/hello/server/main.cc +++ b/repos/hello_tutorial/src/hello/server/main.cc @@ -28,7 +28,7 @@ namespace Hello { struct Hello::Session_component : Genode::Rpc_object { - unsigned int _id; + unsigned short _id; Session_component(unsigned short id) : Genode::Rpc_object(), _id(id) {}