summaryrefslogtreecommitdiff
path: root/implementation/endpoints/include/udp_server_endpoint_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/endpoints/include/udp_server_endpoint_impl.hpp')
-rw-r--r--implementation/endpoints/include/udp_server_endpoint_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/endpoints/include/udp_server_endpoint_impl.hpp b/implementation/endpoints/include/udp_server_endpoint_impl.hpp
index 44bca0d..50b5dda 100644
--- a/implementation/endpoints/include/udp_server_endpoint_impl.hpp
+++ b/implementation/endpoints/include/udp_server_endpoint_impl.hpp
@@ -44,7 +44,7 @@ public:
void remove_default_target(service_t _service);
bool get_default_target(service_t _service, endpoint_type &_target) const;
- unsigned short get_local_port() const;
+ std::uint16_t get_local_port() const;
bool is_local() const;
client_t get_client(std::shared_ptr<endpoint_definition> _endpoint);