Kernel: replace boost::intrusive_ptr with std::shared_ptr
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
return IdentifyType(file);
|
||||
}
|
||||
|
||||
ResultStatus Load(Kernel::SharedPtr<Kernel::Process>& process) override;
|
||||
ResultStatus Load(std::shared_ptr<Kernel::Process>& process) override;
|
||||
|
||||
private:
|
||||
std::string filename;
|
||||
|
||||
Reference in New Issue
Block a user