summaryrefslogtreecommitdiff
path: root/src/attach.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/attach.cpp')
-rw-r--r--src/attach.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/attach.cpp b/src/attach.cpp
index 2bc2b74..4bf06b1 100644
--- a/src/attach.cpp
+++ b/src/attach.cpp
@@ -14,7 +14,11 @@ using std::runtime_error;
static const UUID myUUID("4995a5f9-2d4d-48e9-ad3b-0bf1c2a1be7f");
-AttachService::AttachService() = default;
+AttachService::AttachService(Config && config, const Server &):
+ PairingService(move(config))
+{
+}
+
AttachService::~AttachService() = default;
UUID AttachService::uuid() const