From 675d0643d5159195ee1ace4a727652a482815288 Mon Sep 17 00:00:00 2001 From: Catto_ <57293929+CattoDev@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:24:20 +0200 Subject: [PATCH] oops --- src/features/LayerManager/LayerEditPopup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/LayerManager/LayerEditPopup.hpp b/src/features/LayerManager/LayerEditPopup.hpp index 0114af5d..a1755227 100644 --- a/src/features/LayerManager/LayerEditPopup.hpp +++ b/src/features/LayerManager/LayerEditPopup.hpp @@ -8,7 +8,7 @@ CCSprite* updateBtnSprite(CCMenuItemSpriteExtra*, CCSprite*); void updateLockSprite(CCMenuItemSpriteExtra*, LayerManager::Layer*); void updateShowSprite(CCMenuItemSpriteExtra*, LayerManager::Layer*); -class __declspec(dllexport) LayerEditPopup : public BrownAlertDelegate, TextInputDelegate { +class LayerEditPopup : public BrownAlertDelegate, TextInputDelegate { protected: static constexpr const int s_nameInputTag = 1; static constexpr const int s_opacityInputTag = 2;