From 633357cc9bc493233abdf13a64aef0b5a6b3697a Mon Sep 17 00:00:00 2001 From: intolerantape Date: Sat, 6 Feb 2021 09:52:30 -0800 Subject: [PATCH] Added FLAXENGINE_API macro to class JsonAsset. --- Source/Engine/Content/JsonAsset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Content/JsonAsset.h b/Source/Engine/Content/JsonAsset.h index ce617938d..c74c4a045 100644 --- a/Source/Engine/Content/JsonAsset.h +++ b/Source/Engine/Content/JsonAsset.h @@ -75,7 +75,7 @@ protected: /// Generic type of Json-format asset. It provides the managed representation of this resource data so it can be accessed via C# API. /// /// -API_CLASS(NoSpawn) class JsonAsset : public JsonAssetBase +API_CLASS(NoSpawn) class FLAXENGINE_API JsonAsset : public JsonAssetBase { DECLARE_ASSET_HEADER(JsonAsset);