diff options
Diffstat (limited to 'src/gui/npc.cpp')
-rw-r--r-- | src/gui/npc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/npc.cpp b/src/gui/npc.cpp index fbb55d65..73e1393a 100644 --- a/src/gui/npc.cpp +++ b/src/gui/npc.cpp @@ -27,8 +27,8 @@ #include "listbox.h" #include "../game.h" -NpcListDialog::NpcListDialog(gcn::Container *parent): - Window(parent, "NPC") +NpcListDialog::NpcListDialog(): + Window("NPC") { itemList = new ListBox(this); scrollArea = new ScrollArea(itemList); |