Beeblerox / MinimalCompsHX

Haxe port of Keith Peters minimalcomps
61 stars 17 forks source link

removeEventListener and addEventListener compile error with haxe2.10 #13

Open ghost opened 12 years ago

ghost commented 12 years ago

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 commented 12 years ago

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