diff --git a/src/ServiceHandle.cpp b/src/ServiceHandle.cpp index 77c6213..0e3764e 100644 --- a/src/ServiceHandle.cpp +++ b/src/ServiceHandle.cpp @@ -21,6 +21,8 @@ namespace bedrock { +constexpr uint16_t ServiceHandle::NewProviderID; + ServiceHandle::ServiceHandle() = default; ServiceHandle::ServiceHandle(const std::shared_ptr& impl)