mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-22 00:41:55 +00:00
committed by
Christian Helmuth
parent
5e862b2cd3
commit
cfd013a01a
@ -55,8 +55,7 @@ struct I2c::Session : public Genode::Session
|
||||
|
||||
Message() {}
|
||||
|
||||
template<typename ... ARGS>
|
||||
Message(Type type, ARGS ... args)
|
||||
Message(Type type, auto ... args)
|
||||
: Byte_array(args...), type(type) {}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user