mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-06 11:10:24 +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