diff --git a/src/utils/EditableBMLabelProxy.hpp b/src/utils/EditableBMLabelProxy.hpp index 2627ff46..2ad41ba0 100644 --- a/src/utils/EditableBMLabelProxy.hpp +++ b/src/utils/EditableBMLabelProxy.hpp @@ -10,7 +10,7 @@ using namespace geode::prelude; class EditableBMLabelProxy : public CCLabelBMFont, TextInputDelegate { protected: Ref m_input = nullptr; - Ref m_inputParent = nullptr; + CCNode* m_inputParent = nullptr; std::function m_onSetValue = nullptr; std::function m_onUpdate = nullptr; bool m_ignoreLabelUpdate = false;