diff options
Diffstat (limited to 'src/OSSupport/UDPEndpointImpl.h')
-rw-r--r-- | src/OSSupport/UDPEndpointImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/UDPEndpointImpl.h b/src/OSSupport/UDPEndpointImpl.h index 56116df17..a6ca37c27 100644 --- a/src/OSSupport/UDPEndpointImpl.h +++ b/src/OSSupport/UDPEndpointImpl.h @@ -18,7 +18,7 @@ // fwd: class cUDPEndpointImpl; -typedef SharedPtr<cUDPEndpointImpl> cUDPEndpointImplPtr; +typedef std::shared_ptr<cUDPEndpointImpl> cUDPEndpointImplPtr; |