From 7891ac605e19a5a05db3d6a5833633aa38b7b0b7 Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:08:17 +0200 Subject: [PATCH] CopySizeLayout wasn't actually dllexported whoops --- loader/include/Geode/cocos/base_nodes/Layout.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/include/Geode/cocos/base_nodes/Layout.hpp b/loader/include/Geode/cocos/base_nodes/Layout.hpp index 44b5f8e4..d47ab470 100644 --- a/loader/include/Geode/cocos/base_nodes/Layout.hpp +++ b/loader/include/Geode/cocos/base_nodes/Layout.hpp @@ -433,7 +433,7 @@ public: * Basically main use case is for FLAlertLayers (setting the size of the * background and `m_buttonMenu` based on `m_mainLayer`) */ -class CopySizeLayout : public cocos2d::AnchorLayout { +class GEODE_DLL CopySizeLayout : public cocos2d::AnchorLayout { protected: cocos2d::CCArray* m_targets;