Skip to content

Commit f5f0f8b

Browse files
authored
Merge pull request #1 from AJIADb9/patch-1
Fixed Error LNK2019
2 parents 4b67685 + 9bd249d commit f5f0f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Attributes/Public/BaseAttr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams(FAttributeModifiedMCDelegate, con
3030
* Extended upon to support different types of attributes
3131
*/
3232
USTRUCT()
33-
struct FBaseAttr
33+
struct ATTRIBUTES_API FBaseAttr
3434
{
3535
GENERATED_BODY()
3636

0 commit comments

Comments
 (0)