Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
CattoDev committed Oct 8, 2023
1 parent a2b013e commit 675d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/LayerManager/LayerEditPopup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 675d064

Please sign in to comment.