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: