Added FLAXENGINE_API macro to class JsonAsset.

This commit is contained in:
intolerantape
2021-02-06 09:52:30 -08:00
parent 7e612d89cb
commit 633357cc9b

View File

@@ -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.
/// </summary>
/// <seealso cref="JsonAssetBase" />
API_CLASS(NoSpawn) class JsonAsset : public JsonAssetBase
API_CLASS(NoSpawn) class FLAXENGINE_API JsonAsset : public JsonAssetBase
{
DECLARE_ASSET_HEADER(JsonAsset);