mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-03 17:23:05 +00:00
Quietly insert forward declaration of a Input::Binding class, and make it a friend of Input::Event and Input::Session_client. This is to allow non-C++ language bindings (Nim) to access private members by providing their own implementation of the Binding class. Fix #2889