Re: override keyword?
- Posted by mattlewis (admin) Jan 04, 2009
- 962 views
SDPringle said...
However, this does not work win32lib.ew uses call_back from call_back() in dll.e even though it is declared as override in xalloc.e.
Exactly. override only applies to built in routines.
SDPringle said...
Now, call_back() is a global yet, even though
No it isn't:
public function call_back(object id)
Unless you're looking at the 3.1 includes, in which case, of course it is.
Matt