diff options
Diffstat (limited to 'src/OSSupport/HostnameLookup.h')
-rw-r--r-- | src/OSSupport/HostnameLookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/HostnameLookup.h b/src/OSSupport/HostnameLookup.h index 559dfad5f..9189ef021 100644 --- a/src/OSSupport/HostnameLookup.h +++ b/src/OSSupport/HostnameLookup.h @@ -37,7 +37,7 @@ protected: void Callback(int a_ErrCode, struct addrinfo * a_Addr); }; -typedef SharedPtr<cHostnameLookup> cHostnameLookupPtr; +typedef std::shared_ptr<cHostnameLookup> cHostnameLookupPtr; typedef std::vector<cHostnameLookupPtr> cHostnameLookupPtrs; |