mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 13:02:56 +01: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