mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
fix mac build
This commit is contained in:
parent
9bdd9fc526
commit
e962d5b89f
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ public:
|
|||
GEODE_DLL void swapChildIndices(CCNode* first, CCNode* second);
|
||||
|
||||
template <class Filter, class... Args>
|
||||
void addEventListener(Filter::Callback listener, Args&&... args) {
|
||||
void addEventListener(typename Filter::Callback listener, Args&&... args) {
|
||||
this->addEventListenerInternal(new geode::EventListener<Filter>(
|
||||
listener, Filter(this, std::forward<Args>(args)...)
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue