Changeset 10236

Show
Ignore:
Timestamp:
07/29/08 05:21:36 (4 years ago)
Author:
gb
Message:

At the lisp level, the #/convert: method on conveter-controller returns
NIL (it returns the value returned by the call to the #/selectText: method
at the end of its body); at the ObjC level, it was implicitly declared
to return :ID, which meant that a type error ("NIL is not of the expected
type MACPTR") was signaled every time the method returned.

Change the method to return :VOID. While we're at it, declare the
SENDER arg to be ignored.

Files:
1 modified

Legend:

Unmodified
Added
Removed