Fixes AzToolsFramework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-03 15:08:43 -07:00
parent 28795c8f5c
commit 2f71b28b97
6 changed files with 27 additions and 9 deletions
@@ -17,7 +17,7 @@ namespace AzToolsFramework
: public EditorEntityAPI
{
public:
~EditorEntityManager();
virtual ~EditorEntityManager();
void Start();
@@ -97,6 +97,7 @@ namespace AzToolsFramework::AssetUtils
struct EnabledPlatformsVisitor
: AZ::SettingsRegistryInterface::Visitor
{
using AZ::SettingsRegistryInterface::Visitor::Visit;
void Visit(AZStd::string_view path, AZStd::string_view valueName, AZ::SettingsRegistryInterface::Type, AZStd::string_view value) override;
AZStd::vector<AZStd::string> m_enabledPlatforms;
@@ -34,7 +34,7 @@ namespace AzToolsFramework
static PreemptiveUndoCache* Get();
PreemptiveUndoCache();
~PreemptiveUndoCache();
virtual ~PreemptiveUndoCache();
void RegisterToUndoCacheInterface();
@@ -32,6 +32,8 @@ namespace AzToolsFramework
public:
AZ_CLASS_ALLOCATOR(PrefabUndoCache, AZ::SystemAllocator, 0);
virtual ~PrefabUndoCache() = default;
void Initialize();
void Destroy();