fix a param name oopsie

This is an imperfect revision of history.
This commit is contained in:
Bill Currie 2004-11-10 04:09:00 +00:00 committed by Jeff Teunissen
parent 39bf47a265
commit 6ad13faf98

View file

@ -41,7 +41,7 @@ string (inputline_t il) InputLine_GetText = #0;
control.ybase = pos.y;
}
- (void) setWidth: (integer)visibleWidth
- (void) setWidth: (integer)width
{
InputLine_SetWidth (il, width);
}