Hi Serkan,
It is probably ok to comment out for now, but I think elsewhere we use
COMPILE::SWF { override }.
HTH,
-Alex
From: Serkan Taş <[email protected]>
Reply-To: "[email protected]" <[email protected]>
Date: Sunday, October 14, 2018 at 7:02 AM
To: "[email protected]" <[email protected]>
Subject: override or not !
Hi,
When compiling emulation classes i got strange behaviour.
When i do not override function i get this message :
Overriding a function that is not marked for override public function
valueOf():Object
When i use override function i get this message :
Method marked override must override another method. override public
function valueOf():Object
The best choise to commentout the function for now.
Thanks
Serkan