mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Editor: Use override where applicable
Continues the override modernization with the Editor code.
This commit is contained in:
@@ -18,8 +18,8 @@ class ProjectResourcePool : public CSimplePool {
|
||||
|
||||
public:
|
||||
ProjectResourcePool(IFactory& factory, ProjectManager& parent) : CSimplePool(factory), m_parent(parent) {}
|
||||
CToken GetObj(std::string_view);
|
||||
CToken GetObj(std::string_view, const CVParamTransfer&);
|
||||
CToken GetObj(std::string_view) override;
|
||||
CToken GetObj(std::string_view, const CVParamTransfer&) override;
|
||||
};
|
||||
|
||||
class ProjectManager {
|
||||
|
||||
Reference in New Issue
Block a user