summaryrefslogtreecommitdiff
path: root/implementation/endpoints/src/endpoint_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/src/endpoint_impl.cpp')
-rw-r--r--implementation/endpoints/src/endpoint_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/endpoints/src/endpoint_impl.cpp b/implementation/endpoints/src/endpoint_impl.cpp
index 4e9d9aa..cf35a39 100644
--- a/implementation/endpoints/src/endpoint_impl.cpp
+++ b/implementation/endpoints/src/endpoint_impl.cpp
@@ -108,7 +108,7 @@ void endpoint_impl<Protocol>::remove_default_target(service_t) {
}
template<typename Protocol>
-unsigned short endpoint_impl<Protocol>::get_local_port() const {
+std::uint16_t endpoint_impl<Protocol>::get_local_port() const {
return 0;
}