server/input_remap: pass explicit Env to Input::Session_component

Ref #74
This commit is contained in:
Emery Hemingway
2017-05-29 19:55:44 -05:00
parent 73948ac1b2
commit a0353517dc

View File

@@ -40,7 +40,7 @@ struct Input::Remap
/* /*
* Input session provided to our client * Input session provided to our client
*/ */
Input::Session_component input_session_component; Input::Session_component input_session_component { env, env.ram() };
/* /*
* Attach root interface to the entry point * Attach root interface to the entry point