From 6ad13faf98ebe5352256f0cd121991feffbb97c8 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 10 Nov 2004 04:09:00 +0000 Subject: [PATCH] fix a param name oopsie This is an imperfect revision of history. --- ruamoko/gui/InputLine.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruamoko/gui/InputLine.r b/ruamoko/gui/InputLine.r index 432e75c3c..4708c971e 100644 --- a/ruamoko/gui/InputLine.r +++ b/ruamoko/gui/InputLine.r @@ -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); }