Added FLAXENGINE_API tag in Exception.h

This commit is contained in:
intolerantape
2021-08-21 04:11:00 -07:00
parent 5308c42c1c
commit 8363ab8b10

View File

@@ -13,7 +13,7 @@ namespace Log
/// <summary>
/// Represents errors that occur during application execution.
/// </summary>
class Exception : public Object
class FLAXENGINE_API Exception : public Object
{
protected: