diff options
Diffstat (limited to 'include/erebos/attach.h')
-rw-r--r-- | include/erebos/attach.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erebos/attach.h b/include/erebos/attach.h index dab0110..6ea3d64 100644 --- a/include/erebos/attach.h +++ b/include/erebos/attach.h @@ -21,7 +21,7 @@ struct AttachIdentity; class AttachService : public PairingService<AttachIdentity> { public: - AttachService(); + AttachService(Config &&, const Server &); virtual ~AttachService(); UUID uuid() const override; |