mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 07:03:34 +00:00
fixing windows dll issues
This commit is contained in:
@@ -27,7 +27,7 @@ namespace mlx
|
||||
using TextID = uint32_t;
|
||||
constexpr TextID nulltext = 0;
|
||||
|
||||
class MLX_API TextData
|
||||
class TextData
|
||||
{
|
||||
public:
|
||||
TextData() = default;
|
||||
@@ -46,7 +46,7 @@ namespace mlx
|
||||
std::string _text;
|
||||
};
|
||||
|
||||
class MLX_API TextLibrary
|
||||
class TextLibrary
|
||||
{
|
||||
public:
|
||||
TextLibrary() = default;
|
||||
|
||||
Reference in New Issue
Block a user