refactor(furvm): add shared pointer aliases
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace furvm {
|
||||
|
||||
thing::thing(rzecz, thing_handle id, thing_t type, const std::shared_ptr<context>& context)
|
||||
thing::thing(rzecz, thing_handle id, thing_t type, const context_p& context)
|
||||
: m_id(id), m_type(type), m_context(context) {}
|
||||
|
||||
thing::~thing() {}
|
||||
|
||||
Reference in New Issue
Block a user