mirror of
https://github.com/zeldaret/botw
synced 2026-06-18 07:15:22 -04:00
ksys/chm: Make Root non-copyable for safety reasons
This commit is contained in:
@@ -44,6 +44,8 @@ class Root : public agl::utl::ParameterList, public sead::hostio::Node, public I
|
||||
public:
|
||||
Root();
|
||||
~Root() override;
|
||||
Root(const Root&) = delete;
|
||||
auto operator=(const Root&) = delete;
|
||||
|
||||
void parse(const agl::utl::ResParameterList& res_list, sead::Heap* heap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user