Added FLAXENGINE_API tag in Exception.h
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user