mirror of
https://github.com/edubart/otclient.git
synced 2026-01-09 07:41:29 +01:00
Rename stdext::shared_object_ptr to compile in gcc 4.6
This commit is contained in:
@@ -30,8 +30,8 @@ class OTMLDocument;
|
||||
class OTMLParser;
|
||||
class OTMLEmitter;
|
||||
|
||||
typedef stdext::shared_object_ptr<OTMLNode> OTMLNodePtr;
|
||||
typedef stdext::shared_object_ptr<OTMLDocument> OTMLDocumentPtr;
|
||||
typedef boost::intrusive_ptr<OTMLNode> OTMLNodePtr;
|
||||
typedef boost::intrusive_ptr<OTMLDocument> OTMLDocumentPtr;
|
||||
typedef std::vector<OTMLNodePtr> OTMLNodeList;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user