From 286a1aafa984519cb67eda776216362796ec2bb1 Mon Sep 17 00:00:00 2001 From: sconel Date: Mon, 10 May 2021 19:11:51 -0700 Subject: [PATCH] Clang build fix --- Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h b/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h index dca12df21b..780066cd42 100644 --- a/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h +++ b/Code/Framework/AzCore/AzCore/Asset/AssetJsonSerializer.h @@ -39,7 +39,7 @@ namespace AZ JsonSerializationResult::Result LoadAsset(void* outputValue, const rapidjson::Value& inputValue, JsonDeserializerContext& context); }; - class SerializedAssetTracker + class SerializedAssetTracker final { public: AZ_RTTI(SerializedAssetTracker, "{1E067091-8C0A-44B1-A455-6E97663F6963}");