douglashowe / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

FlickrResultEvent needs a clone() #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
FlickrResultEvent currently does not have a clone() function so when trying
to relay an event, it will fail to cast it properly (it uses the super's
clone which returns and Event, not a FlickrResultEvent)

Original issue reported on code.google.com by charlie....@gmail.com on 3 Nov 2009 at 4:51