diff options
Diffstat (limited to 'src/Server.h')
-rw-r--r-- | src/Server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server.h b/src/Server.h index bb9b7f511..68741b144 100644 --- a/src/Server.h +++ b/src/Server.h @@ -35,7 +35,7 @@ // fwd: class cPlayer; class cClientHandle; -typedef SharedPtr<cClientHandle> cClientHandlePtr; +typedef std::shared_ptr<cClientHandle> cClientHandlePtr; typedef std::list<cClientHandlePtr> cClientHandlePtrs; typedef std::list<cClientHandle *> cClientHandles; class cCommandOutputCallback; |