Add missing override annotations

Issue #3159
This commit is contained in:
Norman Feske
2019-02-14 22:39:08 +01:00
parent 1f47e2823a
commit b3727a9b46
259 changed files with 747 additions and 743 deletions

View File

@ -49,7 +49,7 @@ class File_system::Session_client : public Genode::Rpc_client<Session>
** File-system session interface **
***********************************/
Tx::Source *tx() { return _tx.source(); }
Tx::Source *tx() override { return _tx.source(); }
void sigh_ready_to_submit(Genode::Signal_context_capability sigh)
{