mirror of
https://github.com/edubart/otclient.git
synced 2025-10-21 23:05:54 +02:00
Rename stdext::shared_object_ptr to compile in gcc 4.6
This commit is contained in:
@@ -30,6 +30,6 @@ class LuaObject;
|
||||
|
||||
typedef std::function<int(LuaInterface*)> LuaCppFunction;
|
||||
typedef std::unique_ptr<LuaCppFunction> LuaCppFunctionPtr;
|
||||
typedef stdext::shared_object_ptr<LuaObject> LuaObjectPtr;
|
||||
typedef boost::intrusive_ptr<LuaObject> LuaObjectPtr;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user