some more fixes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-09 11:50:13 -07:00
parent 860b28c10b
commit d836503814
19 changed files with 52 additions and 52 deletions
@@ -37,7 +37,7 @@ namespace AzToolsFramework
ToolsApplication(int* argc = nullptr, char*** argv = nullptr);
~ToolsApplication();
void Stop();
void Stop() override;
void CreateReflectionManager() override;
void Reflect(AZ::ReflectContext* context) override;