Fixes AzToolsFramework
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user