Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removeEventListener and addEventListener compile error with haxe2.10 #13

Open
ghost opened this issue Jul 24, 2012 · 1 comment
Open

Comments

@ghost
Copy link

ghost commented Jul 24, 2012

Hello,

since using haxe 2.10 , I get these following errors when compiling :

/com/bit101/components/Component.hx:183: lines 183-186 : Field addEventListener has different type than in flash.events.IEventDispatcher

src/com/bit101/components/Component.hx:183: lines 183-186 : Bool should be Null

src/com/bit101/components/Component.hx:198: lines 198-201 : Field removeEventListener has different type than in flash.events.IEventDispatcher

src/com/bit101/components/Component.hx:198: lines 198-201 : Bool should be Null

Regards.

@michiel-de-muynck
Copy link
Contributor

I believe this issue is fixed now, with revision 3e0fc80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant