CopySizeLayout wasn't actually dllexported whoops

This commit is contained in:
HJfod 2024-02-01 16:08:17 +02:00
parent 255c12af3f
commit 7891ac605e

View file

@ -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;