From 8b5421290027ab67cba25225111e3561ddd7af07 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 17 May 2008 12:48:06 +0000 Subject: (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming. --- src/timetable_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timetable_gui.cpp') diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index b69a44217..70a72bef3 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -108,7 +108,7 @@ struct TimetableWindow : Window { this->SetWidgetLoweredState(TTV_AUTOFILL, HasBit(v->vehicle_flags, VF_AUTOFILL_TIMETABLE)); SetDParam(0, v->index); - DrawWindowWidgets(this); + this->DrawWidgets(); int y = 15; int i = this->vscroll.pos; -- cgit v1.2.3-54-g00ecf