From 6cb70c402c323ac964d3d107efdde0509fdfa745 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 15 Aug 2025 08:51:54 -0700 Subject: [PATCH] Export function --- LEGO1/omni/include/mxstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/omni/include/mxstring.h b/LEGO1/omni/include/mxstring.h index b4b25262..fad2e4ad 100644 --- a/LEGO1/omni/include/mxstring.h +++ b/LEGO1/omni/include/mxstring.h @@ -9,7 +9,7 @@ // SIZE 0x10 class MxString : public MxCore { public: - MxString(); + LEGO1_EXPORT MxString(); MxString(const MxString& p_str); LEGO1_EXPORT MxString(const char* p_str); MxString(const char* p_str, MxU16 p_maxlen);