mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-03 04:19:20 -04:00
[apathy] [PATCH] Replace boost::shared_ptr with std::shared_ptr
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user