[apathy] [PATCH] Replace boost::shared_ptr with std::shared_ptr

This commit is contained in:
DarthArgus
2016-07-25 05:33:05 +00:00
parent d7f94e8f7c
commit e20ac25bfc
6 changed files with 20 additions and 21 deletions
@@ -44,7 +44,7 @@ class ScriptDictionary;
class ScriptMessage;
class ScriptParams;
class ServerObject;
typedef boost::shared_ptr<ScriptDictionary> ScriptDictionaryPtr;
typedef std::shared_ptr<ScriptDictionary> ScriptDictionaryPtr;
struct ScriptData
{