diff --git a/src/KingSystem/Chemical/chmRoot.h b/src/KingSystem/Chemical/chmRoot.h index 09c0c1f9..5255903c 100644 --- a/src/KingSystem/Chemical/chmRoot.h +++ b/src/KingSystem/Chemical/chmRoot.h @@ -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);