From 8363ab8b10e53536ffacaf69de4654acc04b0b71 Mon Sep 17 00:00:00 2001 From: intolerantape Date: Sat, 21 Aug 2021 04:11:00 -0700 Subject: [PATCH] Added FLAXENGINE_API tag in Exception.h --- Source/Engine/Debug/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Debug/Exception.h b/Source/Engine/Debug/Exception.h index 5bef7aa55..8ee8979ed 100644 --- a/Source/Engine/Debug/Exception.h +++ b/Source/Engine/Debug/Exception.h @@ -13,7 +13,7 @@ namespace Log /// /// Represents errors that occur during application execution. /// - class Exception : public Object + class FLAXENGINE_API Exception : public Object { protected: