Skip to content

Commit 072996d

Browse files
committed
Minor fix; linux compile error due to missing virtual destructor
Signed-off-by: AMZN-Gene <[email protected]>
1 parent de951c2 commit 072996d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/AssetPlatformComponentRemover.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
*/
88

9-
#include <AzToolsFramework/Prefab/Spawnable/AssetPlatformComponentRemover.h>
9+
#include "AssetPlatformComponentRemover.h"
1010

1111
#include <AzCore/Component/ComponentApplicationBus.h>
1212
#include <AzCore/RTTI/ReflectContext.h>

Code/Framework/AzToolsFramework/AzToolsFramework/Prefab/Spawnable/AssetPlatformComponentRemover.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ namespace AzToolsFramework::Prefab::PrefabConversionUtils
3939
"{25D9A8A6-908F-4B26-A752-EBAF7DC074F8}", PrefabProcessor);
4040

4141
static void Reflect(AZ::ReflectContext* context);
42+
~AssetPlatformComponentRemover() override = default;
4243

4344
void Process(PrefabProcessorContext& prefabProcessorContext) override;
4445

0 commit comments

Comments
 (0)