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); }