From a56cfd1f42663856e346a26cbad401aec07bed91 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Thu, 20 Jul 2017 12:19:18 +0100 Subject: Remove smart pointer macros --- src/Server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Server.h') 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 cClientHandlePtr; +typedef std::shared_ptr cClientHandlePtr; typedef std::list cClientHandlePtrs; typedef std::list cClientHandles; class cCommandOutputCallback; -- cgit v1.2.3