[C++] Added FLAXENGINE_API macro on SettingsBase class so static symbol are retrieved by linker
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/// <summary>
|
||||
/// Base class for all global settings containers for the engine. Helps to apply, store and expose properties to c#.
|
||||
/// </summary>
|
||||
class SettingsBase
|
||||
class FLAXENGINE_API SettingsBase
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user