mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 09:11:31 -04:00
CopySizeLayout wasn't actually dllexported whoops
This commit is contained in:
parent
255c12af3f
commit
7891ac605e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue