diff options
Diffstat (limited to 'gui/ListWidget.cpp')
| -rw-r--r-- | gui/ListWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index a205528cd4..2216b06a43 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -25,7 +25,7 @@ #include "newgui.h" -ListWidget::ListWidget(Dialog *boss, int x, int y, int w, int h) +ListWidget::ListWidget(GuiObject *boss, int x, int y, int w, int h) : Widget(boss, x, y, w - kScrollBarWidth, h), CommandSender(boss) { _flags = WIDGET_ENABLED | WIDGET_CLEARBG | WIDGET_RETAIN_FOCUS | WIDGET_WANT_TICKLE; _type = kListWidget; |
