Skip to content

Commit

Permalink
fixing unsigned reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jan 31, 2024
1 parent e2fd394 commit 10eb477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ServiceHandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

namespace bedrock {

constexpr uint16_t ServiceHandle::NewProviderID;

ServiceHandle::ServiceHandle() = default;

ServiceHandle::ServiceHandle(const std::shared_ptr<ServiceHandleImpl>& impl)
Expand Down

0 comments on commit 10eb477

Please sign in to comment.