mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
fix eventlistenerpool abi break on windows
This commit is contained in:
parent
2cd0990aa1
commit
d88a93e3cd
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,6 @@ namespace geode {
|
|||
};
|
||||
std::unique_ptr<Data> m_data;
|
||||
|
||||
DefaultEventListenerPool();
|
||||
|
||||
private:
|
||||
static DefaultEventListenerPool* create();
|
||||
|
||||
|
@ -66,6 +64,9 @@ namespace geode {
|
|||
|
||||
template <class... Args>
|
||||
friend class DispatchFilter;
|
||||
|
||||
// todo: make this private in Geode 4.0.0
|
||||
DefaultEventListenerPool();
|
||||
};
|
||||
|
||||
class GEODE_DLL EventListenerProtocol {
|
||||
|
|
Loading…
Add table
Reference in a new issue